Ouzo\Api\SomeController::action PHP 메소드

action() 공개 메소드

public action ( )
    public function action()
    {
        $this->layout->renderAjax('some controller - action');
        $this->layout->unsetLayout();
    }
SomeController