PHP Класс SetupController, vanilla

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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