Implements

Methods

string

name

( )

Returns the name of this type as string.

Returns:
Type Details
string

The name of this type

string

__toString

( )

Returns string representation of this type.

Returns:
Type Details
string

String representation of this type

null

create

( mixed $value = null )

Creation of custom type instances is not supported

Parameters:
Name Type Details
$value mixed

the value

Throws:
Type Details
Exception\LogicException
Returns:
Type Details
null

nothing