addMethod() public méthode

Add a new method to the class.
public addMethod ( string $methodName )
$methodName string
 /**
  * {@inheritdoc}
  */
 public function addMethod($methodName)
 {
     return $this->reflectionClass->addMethod($methodName);
 }