PHP 클래스 StatisticsController, vanilla

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

공개 프로퍼티들

프로퍼티 타입 설명
$Uses Models to automatically instantiate.

공개 메소드들

메소드 설명
index ( ) Statistics setup & configuration.
info ( ) Output available info.
initialize ( ) Highlight menu path. Automatically run on every use.
verify ( ) Verify connection credentials.

메소드 상세

index() 공개 메소드

Statistics setup & configuration.
부터: 2.0.17
public index ( )

info() 공개 메소드

Output available info.
public info ( )

initialize() 공개 메소드

Highlight menu path. Automatically run on every use.
부터: 2.0.17
public initialize ( )

verify() 공개 메소드

Verify connection credentials.
부터: 2.0.17
public verify ( )

프로퍼티 상세

$Uses 공개적으로 프로퍼티

Models to automatically instantiate.
public $Uses