Ouzo\View\PhtmlRenderer::__construct PHP Method

__construct() public method

public __construct ( $viewName, array $attributes )
$attributes array
    public function __construct($viewName, array $attributes)
    {
        $this->_viewName = $viewName;
        $this->_attributes = $attributes;
        $this->_viewPath = Path::join(ROOT_PATH, ApplicationPaths::getViewPath(), $this->_viewName . self::EXTENSION);
    }