Ouzo\Layout::__construct PHP Method

__construct() public method

public __construct ( View $view )
$view View
    public function __construct(View $view)
    {
        $this->view = $view;
    }