Ejemplo n.º 1
0
 public function fireCallback($name)
 {
     $this->callbacks->call($name, $this);
     return $this;
 }