PHP Class Flake\Core\Controller

Inheritance: extends FLObject
Datei anzeigen Open project: jeromeschneider/baikal

Protected Properties

Property Type Description
$aParams

Public Methods

Method Description
__construct ( $aParams = [] )
buildRoute ( $aParams = [] )
execute ( )
getParams ( )
link ( )
render ( )

Method Details

__construct() public method

public __construct ( $aParams = [] )

buildRoute() static public method

static public buildRoute ( $aParams = [] )

execute() abstract public method

abstract public execute ( )

getParams() public method

public getParams ( )

render() abstract public method

abstract public render ( )

Property Details

$aParams protected_oe property

protected $aParams