Pop\Code\Generator\InterfaceGenerator::addMethod PHP Method

addMethod() public method

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