Ejemplo n.º 1
0
 /**
  * Unlink all listeners from this object
  * 
  * 
  */
 public function unlinkListeners()
 {
     Types\RestrictedSet::mapInternal('detach', array($this), $this->observers);
     $this->observers->clear();
 }