PHP 클래스 Spot\Type

상속: implements Spot\Type\TypeInterface
파일 보기 프로젝트 열기: vlucas/spot

공개 프로퍼티들

프로퍼티 타입 설명
$_adapterOptions
$_adapterType
$_dumpHandlers
$_loadHandlers

공개 메소드들

메소드 설명
_dump ( $value, $adapter = null ) Dumps value as passed to the datasource internal to allow for extending on a per-adapter basis
_load ( $value, $adapter = null ) Load value as passed from the datasource internal to allow for extending on a per-adapter basis
adapterOptions ( ) : array Array of adapter options with type
cast ( $value ) Cast given value to type required
dump ( $value ) Dump value as passed to the datasource
get ( Entity $entity, $value ) Geting value off Entity object
load ( $value ) Load value as passed from the datasource
set ( Entity $entity, $value ) Setting value on Entity object

메소드 상세

_dump() 공개 정적인 메소드

Dumps value as passed to the datasource internal to allow for extending on a per-adapter basis
public static _dump ( $value, $adapter = null )

_load() 공개 정적인 메소드

Load value as passed from the datasource internal to allow for extending on a per-adapter basis
public static _load ( $value, $adapter = null )

adapterOptions() 공개 정적인 메소드

Array of adapter options with type
public static adapterOptions ( ) : array
리턴 array

cast() 공개 정적인 메소드

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

dump() 공개 정적인 메소드

Dump value as passed to the datasource
public static dump ( $value )

get() 공개 정적인 메소드

Geting value off Entity object
public static get ( Entity $entity, $value )
$entity Entity

load() 공개 정적인 메소드

Load value as passed from the datasource
public static load ( $value )

set() 공개 정적인 메소드

Setting value on Entity object
public static set ( Entity $entity, $value )
$entity Entity

프로퍼티 상세

$_adapterOptions 공개적으로 정적으로 프로퍼티

public static $_adapterOptions

$_adapterType 공개적으로 정적으로 프로퍼티

public static $_adapterType

$_dumpHandlers 공개적으로 정적으로 프로퍼티

public static $_dumpHandlers

$_loadHandlers 공개적으로 정적으로 프로퍼티

public static $_loadHandlers