PHP 클래스 SetupController, vanilla

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
index ( ) The summary of all settings available.
initialize ( ) Add CSS & module, set error master view. Automatically run on every use.

비공개 메소드들

메소드 설명
_checkPrerequisites ( ) : boolean Check minimum requirements for Garden.
configure ( string $RedirectUrl = '' ) Allows the configuration of basic setup information in Garden. This should not be functional after the application has been set up.

메소드 상세

index() 공개 메소드

The menu items displayed here are collected from each application's application controller and all plugin's definitions.
부터: 2.0.0
public index ( )

initialize() 공개 메소드

Add CSS & module, set error master view. Automatically run on every use.
부터: 2.0.0
public initialize ( )

프로퍼티 상세

$Form 공개적으로 프로퍼티

public Gdn_Form $Form
리턴 Gdn_Form

$Uses 공개적으로 프로퍼티

Models to automatically instantiate.
public $Uses