Standard\Controllers\HomeController::__construct PHP Method

__construct() public method

public __construct ( Twig_Environment $twig )
$twig Twig_Environment
    public function __construct(Twig_Environment $twig)
    {
        $this->twig = $twig;
    }