Lines Matching refs:methodName
1110 public string $methodName; variable in MethodName
1112 public function __construct(Name $className, string $methodName) { argument
1114 $this->methodName = $methodName;
1122 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1126 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1131 $parts = [...$this->className->getParts(), ltrim($this->methodName, '_')];
1137 return strtolower($this->methodName);
1141 return "$this->className::$this->methodName";
1149 return $this->methodName === "__construct";
1153 return $this->methodName === "__destruct";
1442 $zendName = '"' . $this->name->methodName . '"';
1445 … $name = "zim_" . $this->alias->getDeclarationClassName() . "_" . $this->alias->methodName;
1455 … $name = "zim_" . $this->name->getDeclarationClassName() . "_" . $this->name->methodName;
1458 …ND_ME(" . $this->name->getDeclarationClassName() . ", " . $this->name->methodName . ", $argInfoNam…
1651 . str_replace('_', '-', ltrim($this->name->methodName, '_'))