Ouzo\Api\SomeController::action PHP Метод

action() публичный Метод

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