PHP Класс ConversationsController, vanilla

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

Открытые методы

Метод Описание
__construct ( ) Do-nothing construct to let children constructs bubble up.
getSettingsPages ( &$Menu ) : array Returns an array of pages that contain settings information for this application.
initialize ( ) Include JS, CSS, and modules used by all methods.

Описание методов

__construct() публичный Метод

Do-nothing construct to let children constructs bubble up.
public __construct ( )

getSettingsPages() публичный Метод

Returns an array of pages that contain settings information for this application.
public getSettingsPages ( &$Menu ) : array
Результат array

initialize() публичный Метод

Always called by dispatcher before controller's requested method.
С версии: 2.0.0
public initialize ( )