PHP 클래스 ConversationsController, vanilla

상속: extends BaseController
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Do-nothing construct to let children constructs bubble up.
getSettingsPages ( &$Menu ) : array Returns an array of pages that contain settings information for this application.
initialize ( ) Include JS, CSS, and modules used by all methods.

메소드 상세

__construct() 공개 메소드

Do-nothing construct to let children constructs bubble up.
public __construct ( )

getSettingsPages() 공개 메소드

Returns an array of pages that contain settings information for this application.
public getSettingsPages ( &$Menu ) : array
리턴 array

initialize() 공개 메소드

Always called by dispatcher before controller's requested method.
부터: 2.0.0
public initialize ( )