|
Stud.IP
2.3 Revision 48548
|


Public Member Functions | |
| __construct ($element_id=null, $stm_instance_id=null, $sem_id=null) | |
| restore () | |
| getValue ($field) | |
Public Member Functions inherited from SimpleORMap | |
| __construct ($id=null) | |
| getTableMetadata () | |
| setId ($id) | |
| getId () | |
| getNewId () | |
| getData () | |
| toArray () | |
| setValue ($field, $value) | |
| __get ($field) | |
| __set ($field, $value) | |
| __isset ($field) | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| getIterator () | |
| count () | |
| isField ($field) | |
| setData ($data, $reset=false) | |
| haveData () | |
| isNew () | |
| setNew ($is_new) | |
| getWhereQuery () | |
| store () | |
| triggerChdate () | |
| delete () | |
| isDirty () | |
| isFieldDirty ($field) | |
| revertValue ($field) | |
Static Public Member Functions | |
| static | GetElementsByInstance ($stm_instance_id, $as_objects=false) |
| static | GetElementsByInstanceParticipant ($stm_instance_id, $user_id, $as_objects=false) |
Static Public Member Functions inherited from SimpleORMap | |
| static | expireTableScheme () |
| static | find ($class, $id) |
| static | findBySQL ($class, $where) |
| static | deleteBySQL ($class, $where) |
| static | toObject ($class, $id_or_object) |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleORMap | |
| getTableScheme () | |
| initializeContent () | |
Static Protected Member Functions inherited from SimpleORMap | |
| static | TableScheme ($db_table) |
Protected Attributes inherited from SimpleORMap | |
| $content = array() | |
| $content_db = array() | |
| $is_new = true | |
| $db_table = '' | |
| $db_fields = null | |
| $pk = null | |
| $default_values = array() | |
Static Protected Attributes inherited from SimpleORMap | |
| static | $schemes |
| __construct | ( | $element_id = null, |
|
$stm_instance_id = null, |
|||
$sem_id = null |
|||
| ) |

|
static |


|
static |


| getValue | ( | $field | ) |
returns value of a column
| string | $field |
Reimplemented from SimpleORMap.


| restore | ( | ) |
restore entry from database
Reimplemented from SimpleORMap.
