Ouzo\RestfulController::update PHP Method

update() public method

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