Searched refs:getDeclarationClassName (Results 1 – 1 of 1) sorted by relevance
1082 public function getDeclarationClassName(): string { function in MethodName1087 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";1091 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";1095 return $this->getDeclarationClassName() . "_{$this->methodName}";1334 $this->alias->getDeclarationClassName(), $this->name->methodName,1347 $declarationClassName = $this->name->getDeclarationClassName();
Completed in 26 milliseconds