class Custom
A class that represents a custom type.
Extends
Methods
string name
( )Returns the name of this type as string.
string __toString
( )Returns string representation of this type.
mixed create
(mixed $value )
A class that represents a custom type.
Returns the name of this type as string.
| Type | Details |
|---|---|
string |
The name of this type |
Returns string representation of this type.
| Type | Details |
|---|---|
string |
String representation of this type |