PHP Interface Spot\Type\TypeInterface

Exibir arquivo Open project: vlucas/spot

Public Methods

Method Description
_dump ( $value )
_load ( $value )
adapterOptions ( )
cast ( $value )
dump ( $value )
get ( Entity $entity, $name )
load ( $value )
set ( Entity $entity, $name )

Method Details

_dump() public static method

public static _dump ( $value )

_load() public static method

public static _load ( $value )

adapterOptions() public static method

public static adapterOptions ( )

cast() public static method

public static cast ( $value )

dump() public static method

public static dump ( $value )

get() public static method

public static get ( Entity $entity, $name )
$entity Spot\Entity

load() public static method

public static load ( $value )

set() public static method

public static set ( Entity $entity, $name )
$entity Spot\Entity