Method |
Description |
|
__get ( $str_key ) : null |
Magic getter. |
|
__isset ( $str_key ) : boolean |
Is a data value set? |
|
__set ( $str_key, $mix_value ) |
Magic setter. |
|
getAncestry ( ) : null | array |
Get the ancestry of the entity |
|
getData ( ) : array |
Get the entire data array |
|
getKeyId ( ) : string |
Get the key ID |
|
getKeyName ( ) : string |
Get the key name |
|
getKind ( ) : null |
Get the Entity Kind |
|
getSchema ( ) : Schema | null |
The Schema for the Entity, if known. |
|
setAncestry ( $mix_path ) |
Set the Entity's ancestry. This either an array of paths OR another Entity |
|
setKeyId ( $str_key_id ) |
Set the key ID |
|
setKeyName ( $str_key_name ) |
Set the key name |
|
setKind ( $str_kind ) |
|
|
setSchema ( Schema $obj_schema ) |
Set the Schema for the Entity |
|