메소드 |
설명 |
|
_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 |
|