Ouzo\RestfulController::show PHP Method

show() public method

public show ( )
    public function show()
    {
        $this->layout->renderAjax('show=' . $this->params['id']);
        $this->layout->unsetLayout();
    }