Lines Matching refs:methodName
535 public $methodName; variable in MethodName
537 public function __construct(Name $className, string $methodName) { argument
539 $this->methodName = $methodName;
547 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
551 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
555 return $this->getDeclarationClassName() . "_{$this->methodName}";
559 return "$this->className::$this->methodName";
567 return $this->methodName === "__construct";
571 return $this->methodName === "__destruct";
749 $this->alias->getDeclarationClassName(), $this->name->methodName,
750 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
755 $this->name->methodName, $this->alias->getNonNamespacedName(),
766 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
773 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),