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

Parameters

string $name
Type $type
bool $getHook
bool $setHook
bool $virtual
Type|null $setterType

string name()

No description

Return Value

string

Type type()

No description

Return Value

Type

bool hasGetHook()

No description

Return Value

bool

bool hasSetHook()

No description

Return Value

bool

bool shouldGenerateGetHook()

No description

Return Value

bool

bool shouldGenerateSetHook()

No description

Return Value

bool

bool hasSetterType()

No description

Return Value

bool

Type setterType()

No description

Return Value

Type

Exceptions

RuntimeException