SproutCMS

This is the code documentation for the SproutCMS project

interface FrontEndEntrance

Defines that a specific controller is able to handle front-end entrances from the pages module

Implemented by

public entrance

void entrance ( string $argument );

Acts as the entrance-point of the controller, calling internal methods specific to each argument

See UserController::entrance for an example implementation

public _getEntranceArguments

array _getEntranceArguments ( );

Return the list of [argument => label] options a tool page can call on this controller.

See UserController::_getEntranceArguments for an example implementation