Ouzo\SampleController::except PHP Method

except() public method

public except ( )
    public function except()
    {
        $this->layout->renderAjax('except');
        $this->layout->unsetLayout();
    }