Frisbee\Controller\AbstractController::__construct PHP Méthode

__construct() public méthode

public __construct ( Frisbee\Bootstrap\BootstrapInterface $bootstrap, $defaultMethod = 'index' )
$bootstrap Frisbee\Bootstrap\BootstrapInterface
    public function __construct(BootstrapInterface $bootstrap, $defaultMethod = 'index')
    {
        $this->bootstrap = $bootstrap;
        $this->method = $defaultMethod;
    }
AbstractController