Ouzo\RestfulController::edit PHP Method

edit() public method

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