PHP Class Spot\Type\Boolean

Inheritance: extends Spot\Type
Show file Open project: vlucas/spot

Public Properties

Property Type Description
$_adapterType

Public Methods

Method Description
cast ( $value ) Cast given value to type required
dump ( $value ) Boolean is generally persisted as an integer

Method Details

cast() public static method

Cast given value to type required
public static cast ( $value )

dump() public static method

Boolean is generally persisted as an integer
public static dump ( $value )

Property Details

$_adapterType public static property

public static $_adapterType