Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance
6 function getMethodName(&$methodName) {7 $methodName = Abc::METHOD_NAME;
13 public function __call($methodName, array $arguments)
535 public $methodName; variable in MethodName537 public function __construct(Name $className, string $methodName) { argument539 $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,[all …]
Completed in 9 milliseconds