final class Pseudo extends Type

Constants

private Mapping

Methods

static bool
is(string $type)

No description

__construct(string $name)

No description

setName(string $name)

No description

string
getName()

No description

Union
getNativeType()

No description

bool
isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

Details

at line 34
static bool is(string $type)

No description

Parameters

string $type

Return Value

bool

at line 40
__construct(string $name)

No description

Parameters

string $name

at line 46
Pseudo setName(string $name)

No description

Parameters

string $name

Return Value

Pseudo

at line 57
string getName()

No description

Return Value

string

at line 64
Union getNativeType()

internal  
 

No description

Return Value

Union

at line 73
protected bool isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

Parameters

Type $type

Return Value

bool