PHP Class LazyRecord\Inflator

Datei anzeigen 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_oe static_oe property

public static $inflators