Esempio n. 1
0
 /**
  * Detch plugin
  *
  * Proxies to row's parent table class
  *
  * @return Zend_Db_Table_Abstract
  */
 public function detach(SplObserver $observer)
 {
     Zend_Db_Table_Plugin_Broker::unregisterPlugin($observer);
     return $this;
 }