PHP Class LazyRecord\Inflator

Show file Open project: corneltek/lazyrecord Class Usage Examples

Public Properties

Property Type Description
$inflators

Public Methods

Method Description
inflate ( $value, $isa = null )
register ( $isa, $inflator ) provide a custom inflator for data type.

Method Details

inflate() public static method

public static inflate ( $value, $isa = null )

register() public static method

provide a custom inflator for data type.
public static register ( $isa, $inflator )

Property Details

$inflators public static property

public static $inflators