Ouzo\Api\SomeController::action PHP Method

action() public method

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