PHP Class Frisbee\Controller\AbstractController

Inheritance: extends Frisbee\Exception\Flingable, implements ControllerInterface
Show file Open project: enrise/frisbee

Protected Properties

Property Type Description
$method string

Public Methods

Method Description
__construct ( Frisbee\Bootstrap\BootstrapInterface $bootstrap, $defaultMethod = 'index' )
next ( )
run ( )

Method Details

__construct() public method

public __construct ( Frisbee\Bootstrap\BootstrapInterface $bootstrap, $defaultMethod = 'index' )
$bootstrap Frisbee\Bootstrap\BootstrapInterface

next() public method

public next ( )

run() public method

public run ( )

Property Details

$method protected property

protected string $method
return string