Example #1
0
 public function del($id)
 {
     $this->model->delHierarchy($id);
     return array(static::RECORD);
 }