/**
  * {@inheritdoc}
  */
 public function addMethodFromGenerator(MethodGenerator $method)
 {
     $method->setInterface(true);
     return parent::addMethodFromGenerator($method);
 }