Controller_Data_PathFinder::delete PHP Method

delete() public method

public delete ( $model, $id )
    public function delete($model, $id)
    {
        throw $this->exception('Unable to save into pathfinder');
    }