PHP Class ConversationsController, vanilla

Inheritance: extends BaseController
Show file Open project: vanilla/vanilla Class Usage Examples

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getSettingsPages() public method

Returns an array of pages that contain settings information for this application.
public getSettingsPages ( &$Menu ) : array
return array

initialize() public method

Always called by dispatcher before controller's requested method.
Since: 2.0.0
public initialize ( )