Searched refs:hook (Results 1 – 3 of 3) sorted by relevance
246 Property hook list cannot be empty from 3:18 to 3:18247 Property hook list cannot be empty from 4:47 to 4:47315 get hook must not have a parameter list from 4:12 to 4:12367 Unknown hook "FOO", expected "get" or "set" from 3:20 to 3:22427 Cannot use the public modifier on a property hook from 4:9 to 4:14429 Cannot use the public modifier on a property hook from 4:16 to 4:21430 Cannot use the protected modifier on a property hook from 5:9 to 5:17431 Cannot use the private modifier on a property hook from 6:9 to 6:15432 Cannot use the abstract modifier on a property hook from 7:9 to 7:16433 Cannot use the static modifier on a property hook from 7:18 to 7:23[all …]
196 public function addHook(Node\PropertyHook $hook) { argument197 $this->hooks[] = $hook;
1169 protected function checkPropertyHook(PropertyHook $hook, ?int $paramListPos): void { argument1170 $name = $hook->name->toLowerString();1173 'Unknown hook "' . $hook->name . '", expected "get" or "set"',1174 $hook->name->getAttributes()));
Completed in 9 milliseconds