BP_Document_Folder_Template: next_folder ()
设置下一个文件夹项并迭代索引。
描述
返回
(对象)要迭代的下一个文件夹项。
源
文件:bp-document /类/ class-bp-document-folder-template.php
Public function next_folder() {$this->current_folder ++;$this->folder = $this->folders[$this->current_folder]; / /当前文件夹返回$ this - >文件夹;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.4.0 | 介绍了。 |