PHP Class SetupController, vanilla

Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Méthodes publiques

Свойство Type Description
$Form Gdn_Form
$Uses Models to automatically instantiate.

Méthodes publiques

Méthode Description
index ( ) The summary of all settings available.
initialize ( ) Add CSS & module, set error master view. Automatically run on every use.

Private Methods

Méthode Description
_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.

Method Details

index() public méthode

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

initialize() public méthode

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

Property Details

$Form public_oe property

public Gdn_Form $Form
Résultat Gdn_Form

$Uses public_oe property

Models to automatically instantiate.
public $Uses