Additional Inherited Members |
| static | expireTableScheme () |
| static | find ($id) |
| static | exists ($id) |
| static | countBySql ($where=1, $params=array()) |
| static | create ($data) |
| static | import ($data) |
| static | findBySQL ($where, $params=array()) |
| static | findThru ($foreign_key_value, $options) |
| static | findEachBySQL ($callable, $where, $params=array()) |
| static | findMany ($pks=array(), $order= '', $order_params=array()) |
| static | findEachMany ($callable, $pks=array(), $order= '', $order_params=array()) |
| static | findAndMapBySQL ($callable, $where, $params=array()) |
| static | findAndMapMany ($callable, $pks=array(), $order= '', $order_params=array()) |
| static | deleteBySQL ($where, $params=array()) |
| static | toObject ($id_or_object) |
| static | __callStatic ($name, $arguments) |
| | parseRelationOptions ($type, $name, $options) |
| | getTableScheme () |
| | storeRelations () |
| | deleteRelations () |
| | initializeContent () |
| | applyCallbacks ($type) |
| | registerCallback ($types, $cb) |
| | unregisterCallback ($types, $cb) |
| | cbAutoIncrementColumn ($type) |
| | cbAutoKeyCreation () |
| | cbNotificationMapper ($cb_type) |
| static | tableScheme ($db_table) |
| static | $schemes |
Member Function Documentation
Prevents the avatar of invisible users from being displayed
- Returns
- mixed Useravatar if visible else dummyavatar
{delete entry from database the object is cleared, but is not(!) turned to new state
- Returns
- int number of deleted rows
}
Reimplemented from SimpleORMap.
Prevents invisible users from being displayed
- Returns
- string Fullname if visible else string for invisible user
{store entry in database
- Exceptions
-
| UnexpectedValueException | if there are forbidden NULL values |
- Returns
- number|boolean
}
Reimplemented from SimpleORMap.
Field Documentation
Initial value: array(
'group' => array(
'class_name' => 'Statusgruppen',
'foreign_key' => 'statusgruppe_id'
),
'user' => array(
'class_name' => 'User',
'foreign_key' => 'user_id')
)
| $db_table = "statusgruppe_user" |
|
protected |
The documentation for this class was generated from the following file: