SproutCMS

This is the code documentation for the SproutCMS project

function entrance()

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

See UserController::entrance for an example implementation

Usage

void entrance ( string $argument );

Arguments

  1. string $argument
    A key in the array returned by FrontEndEntrance::_getEntranceArguments,
           each of which must be handled, usually by mapping onto one of the controller's own methods.

Return value

  • void
    The underlying method should either output HTML or redirect