Ouzo\SampleController::except PHP 메소드

except() 공개 메소드

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