Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Home
Controller
CatalogController
PHP Class Home\Controller\CatalogController
Inheritance:
extends
think\Controller
Afficher le fichier
Open project: star7th/showdoc
Méthodes publiques
Méthode
Description
catList
( )
获取目录列表
childCatList
( )
获取一个目录的子目录列表(如果存在的话)
delete
( )
删除目录
edit
( )
编辑页面
save
( )
保存目录
secondCatList
( )
获取二级目录列表
Method Details
catList()
public
méthode
获取目录列表
public
catList
( )
childCatList()
public
méthode
获取一个目录的子目录列表(如果存在的话)
public
childCatList
( )
delete()
public
méthode
删除目录
public
delete
( )
edit()
public
méthode
编辑页面
public
edit
( )
save()
public
méthode
保存目录
public
save
( )
secondCatList()
public
méthode
获取二级目录列表
public
secondCatList
( )