HookedProperty
final class HookedProperty (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
__construct(string $name, Type $type, bool $getHook, bool $setHook, bool $virtual, Type|null $setterType)
No description
string
name()
No description
Type
type()
No description
bool
hasGetHook()
No description
bool
hasSetHook()
No description
bool
shouldGenerateGetHook()
No description
bool
shouldGenerateSetHook()
No description
bool
hasSetterType()
No description
Type
setterType()
No description
Details
__construct(string $name, Type $type, bool $getHook, bool $setHook, bool $virtual, Type|null $setterType)
No description
string
name()
No description
Type
type()
No description
bool
hasGetHook()
No description
bool
hasSetHook()
No description
bool
shouldGenerateGetHook()
No description
bool
shouldGenerateSetHook()
No description
bool
hasSetterType()
No description
Type
setterType()
No description