A class that represents a primitive type (e.g. varchar or bigint)

Extends

Methods

string

name

( )

Returns the name of this type as string.

Returns:
Type Details
string

Name of this type

string

__toString

( )

Returns string representation of this type.

Returns:
Type Details
string

String representation of this type

mixed

create

( mixed $value )
Parameters:
Name Type Details
$value mixed
Returns:
Type Details
mixed