It's a copy of native PropertyHookType enum.
It's used to avoid dependency on native enum in better ReflectionProperty class. Thanks to this we can support PHP version < 8.4.
Methods | ||
---|---|---|
public
static
|
fromCoreReflectionPropertyHookType(PropertyHookType $hookType): string
|
# |
Constants | ||
---|---|---|
public
|
Get = 'get'
|
# |
public
|
Set = 'set'
|
# |