App\Action\HomePageAction::__construct PHP Method

__construct() public method

public __construct ( Zend\Expressive\Router\RouterInterface $router, Zend\Expressive\Template\TemplateRendererInterface $template = null )
$router Zend\Expressive\Router\RouterInterface
$template Zend\Expressive\Template\TemplateRendererInterface
    public function __construct(Router\RouterInterface $router, Template\TemplateRendererInterface $template = null)
    {
        $this->router = $router;
        $this->template = $template;
    }