PHP 클래스 Blog\Controller\IndexController

상속: extends think\Controller
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$whiteList array Fields white list

공개 메소드들

메소드 설명
documentCommentAction ( ) : array List all comment by document id
indexAction ( ) : array Index action, list all documents with comments

메소드 상세

documentCommentAction() 공개 메소드

List all comment by document id
public documentCommentAction ( ) : array
리턴 array

indexAction() 공개 메소드

Index action, list all documents with comments
public indexAction ( ) : array
리턴 array

프로퍼티 상세

$whiteList 보호되어 있는 프로퍼티

Fields white list
protected array $whiteList
리턴 array