Lines Matching refs:isMethod
1035 public function isMethod(): bool; function
1095 public function isMethod(): bool { function in FunctionName
1144 public function isMethod(): bool { function in MethodName
1291 public function isMethod(): bool function in FuncInfo
1293 return $this->name->isMethod();
1303 … return !($this->flags & Modifiers::STATIC) && $this->isMethod() && !$this->name->isConstructor();
1309 if (!$this->isMethod()) {
1430 if ($this->isMethod()) {
1441 if ($this->isMethod()) {
1525 if ($this->isMethod()) {
1564 if ($this->isMethod()) {
1598 if ($this->isMethod() === false && $this->supportsCompileTimeEval) {
1644 if ($this->isMethod()) {
2007 $fn = $doc->createElement($this->isMethod() ? 'methodname' : 'function');
2080 if ($this->isMethod()) {