final class ReflectionTypeContainer extends ReflectionNamedType

internal  
 

Methods

__construct(string $type)

ReflectionTypeContainer constructor.

bool
allowsNull()

{@inheritdoc}

bool
isBuiltin()

{@inheritdoc}

string
__toString()

{@inheritdoc}

string
getName()

{@inheritdoc}

Details

at line 24
__construct(string $type)

ReflectionTypeContainer constructor.

Parameters

string $type

at line 32
bool allowsNull()

{@inheritdoc}

Return Value

bool

at line 40
bool isBuiltin()

{@inheritdoc}

Return Value

bool

at line 48
string __toString()

{@inheritdoc}

Return Value

string

at line 56
string getName()

{@inheritdoc}

Return Value

string