Pop\Code\Generator\InterfaceGenerator::addMethod PHP Méthode

addMethod() public méthode

Add a class method
public addMethod ( MethodGenerator $method ) : ClassGenerator
$method MethodGenerator
Résultat ClassGenerator
    public function addMethod(MethodGenerator $method)
    {
        $this->methods[$method->getName()] = $method;
        return $this;
    }