Ejemplo n.º 1
0
 public function addFunction(TFunction $function)
 {
     $this->functions[$function->getName()] = $function;
 }