PHP Class Roller\Controller

Show file Open project: c9s/roller

Public Properties

Property Type Description
$route object
$router object

Public Methods

Method Description
__construct ( )
after ( )
before ( )
dispatchAction ( $action, $arguments )
finalize ( )
getRoute ( )
getRouter ( )
init ( )
parseInput ( )
readInput ( )
renderFormat ( $data, $format )
renderJson ( $data )
renderXml ( $data )
renderYaml ( $data )
runWrapper ( $callable, $arguments = [] )

Method Details

__construct() public method

public __construct ( )

after() public method

public after ( )

before() public method

public before ( )

dispatchAction() public method

public dispatchAction ( $action, $arguments )

finalize() public method

public finalize ( )

getRoute() public method

public getRoute ( )

getRouter() public method

public getRouter ( )

init() public method

public init ( )

parseInput() public method

public parseInput ( )

readInput() public method

public readInput ( )

renderFormat() public method

public renderFormat ( $data, $format )

renderJson() public method

public renderJson ( $data )

renderXml() public method

public renderXml ( $data )

renderYaml() public method

public renderYaml ( $data )

runWrapper() public method

public runWrapper ( $callable, $arguments = [] )

Property Details

$route public property

object
public $route

$router public property

object
public $router