PHP Class SetupController, vanilla

Show file Open project: vanilla/vanilla Class Usage Examples

Public Properties

Property Type Description
$Form Gdn_Form
$Uses Models to automatically instantiate.

Public Methods

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

Private Methods

Method 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 method

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 method

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

Property Details

$Form public property

public Gdn_Form $Form
return Gdn_Form

$Uses public property

Models to automatically instantiate.
public $Uses