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)

No description

string
name()

No description

Type
type()

No description

bool
hasGetHook()

No description

bool
hasSetHook()

No description

Details

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

No description

Parameters

string $name
Type $type
bool $getHook
bool $setHook

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