Esempio n. 1
0
 /**
  * @param Horde_Injector_Binder $otherBinder
  *
  * @return boolean  Equality.
  */
 public function equals(Horde_Injector_Binder $otherBinder)
 {
     return $otherBinder instanceof Horde_Injector_Binder_Closure && $otherBinder->getClosure() == $this->_closure;
 }