Ouzo\Tools\Controller\Template\ViewGenerator::__construct PHP Method

__construct() public method

public __construct ( $controller, $viewPath = null )
    public function __construct($controller, $viewPath = null)
    {
        $this->controller = $controller;
        $this->viewPath = $viewPath;
    }