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, Type|null $setterType)

No description

string
name()

No description

Type
type()

No description

bool
hasGetHook()

No description

bool
hasSetHook()

No description

Type
setterType()

No description

Details

__construct(string $name, Type $type, bool $getHook, bool $setHook, Type|null $setterType)

No description

Parameters

string $name
Type $type
bool $getHook
bool $setHook
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

Type setterType()

No description

Return Value

Type

Exceptions

RuntimeException