We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7783e08 commit 16dafadCopy full SHA for 16dafad
stubs/ext/reflection/ReflectionProperty.php
@@ -184,12 +184,20 @@ public function getDefaultValue()
184
public function getAttributes(?string $name = null, int $flags = 0): array
185
{
186
}
187
+ #[\Since('8.4')]
188
+ public function hasHooks(): bool
189
+ {
190
+ }
191
/** @return array<string, ReflectionMethod> */
192
#[\Since('8.4')]
193
public function getHooks(): array
194
195
196
197
+ public function hasHook(PropertyHookType $type): bool
198
199
200
201
public function getHook(PropertyHookType $type): ?ReflectionMethod
202
203
0 commit comments