Méthode |
Description |
|
delete ( Field $field ) |
Delete the field value(s) from the database. |
|
delete_values ( mixed $field ) |
Delete complex field value(s) from the database. |
|
get_field_name ( $field ) |
Retrieve field name |
|
get_id ( ) |
Retrieve the ID of the datastore. |
|
get_meta_type ( ) |
Retrieve the type of meta data. |
|
get_table_field_name ( ) |
Retrieve the meta table field name to query by. |
|
get_table_name ( ) |
Retrieve the meta table name to query. |
|
init ( ) |
Initialization tasks. |
|
load ( Field $field ) |
Load the field value(s) from the database. |
|
load_values ( mixed $field ) |
Load complex field value(s) from the database. |
|
save ( Field $field ) |
Save the field value(s) into the database. |
|
set_id ( $id ) |
Set the ID of the datastore. |
|