Ouzo\Api\SomeController::action PHP Méthode

action() public méthode

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