Пример #1
0
 /**
  * Удаление раздела
  * 
  * @return \DataSource_Hybrid_Section
  */
 public function remove()
 {
     $id = $this->id();
     parent::remove();
     $this->record()->destroy();
     DataSource_Hybrid_Factory::remove($id);
     $this->_record = NULL;
     $this->_agent = NULL;
     return $this;
 }