final class GenericArray extends Type

Methods

__construct(Type $value, Type|null $key = null, string|null $container = null)

No description

setContainer(string|null $name)

No description

string|null
getContainer()

No description

getValueType()

No description

Type|null
getKeyType()

No description

Pseudo
getContainerType()

No description

bool
isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

void
__clone()

No description

Details

at line 17
__construct(Type $value, Type|null $key = null, string|null $container = null)

No description

Parameters

Type $value
Type|null $key
string|null $container

at line 26
GenericArray setContainer(string|null $name)

No description

Parameters

string|null $name

Return Value

GenericArray

at line 33
string|null getContainer()

No description

Return Value

string|null

at line 39
Type getValueType()

No description

Return Value

Type

at line 45
Type|null getKeyType()

No description

Return Value

Type|null

at line 52
Pseudo getContainerType()

internal  
 

No description

Return Value

Pseudo

at line 58
protected bool isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

Parameters

Type $type

Return Value

bool

at line 78
void __clone()

No description

Return Value

void