Lines Matching refs:methodName
1075 public string $methodName; variable in MethodName
1077 public function __construct(Name $className, string $methodName) { argument
1079 $this->methodName = $methodName;
1087 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1091 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1095 return $this->getDeclarationClassName() . "_{$this->methodName}";
1099 return strtolower($this->methodName);
1103 return "$this->className::$this->methodName";
1111 return $this->methodName === "__construct";
1115 return $this->methodName === "__destruct";
1334 $this->alias->getDeclarationClassName(), $this->name->methodName,
1335 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1340 $this->name->methodName, $this->alias->getNonNamespacedName(),
1351 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1358 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),