Ouzo\View::_requireOnce PHP Method

_requireOnce() private method

private _requireOnce ( $path )
    private function _requireOnce($path)
    {
        /** @noinspection PhpIncludeInspection */
        require_once $path;
    }