Lines Matching refs:methodName
833 public $methodName; variable in MethodName
835 public function __construct(Name $className, string $methodName) { argument
837 $this->methodName = $methodName;
845 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
849 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
853 return $this->getDeclarationClassName() . "_{$this->methodName}";
857 return "$this->className::$this->methodName";
865 return $this->methodName === "__construct";
869 return $this->methodName === "__destruct";
1101 $this->alias->getDeclarationClassName(), $this->name->methodName,
1102 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1107 $this->name->methodName, $this->alias->getNonNamespacedName(),
1118 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1125 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),