Static Public Member Functions |
| static | countByActions () |
| static | deleteExpired () |
| static | expireTableScheme () |
| static | find ($id) |
| static | exists ($id) |
| static | countBySql ($sql=1, $params=array()) |
| static | create ($data) |
| static | build ($data, $is_new=true) |
| static | buildExisting ($data) |
| static | import ($data) |
| static | findBySQL ($sql, $params=array()) |
| static | findByObject (SimpleORMap $object) |
| static | findOneBySQL ($where, $params=array()) |
| static | findThru ($foreign_key_value, $options) |
| static | findEachBySQL ($callable, $sql, $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) |
Additional Inherited Members |
| static | $schemes = null |
| static | $config = array() |
Member Function Documentation
| static configure |
( |
|
$config = array() | ) |
|
|
staticprotected |
set configuration data from subclass
- Parameters
-
| array | $config | configuration data |
- Returns
- void
Reimplemented from SimpleORMap.
| static countByActions |
( |
| ) |
|
|
static |
Returns the number of log events counted by actions as an array where the ey is the action id and the value is the number of events for this action.
- Returns
- array Number of loge events for all actions
Deletes all expired events.
- Returns
- int Number of deleted events.
Returns the formatted log event. Fills the action template with data of this event.
- Returns
- string The formatted log event.
| formatInstitute |
( |
|
$field | ) |
|
|
protected |
Returns the name of the institute for the id found in the given field or the id if the institute is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of institute or the id.
Returns the name of the plugin for the id found in the given field or the id if the plugin is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of plugin or the id.
Returns the name of the resource for the resource id found in the given field or the resource id if the resource is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of the resource or resource id.
Returns the name of the semester for the id found in the given field or the id if the seminar is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of semester or the id.
Returns the name of the seminar for the id found in the given field or the id if the seminar is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of seminar or the id.
| formatSingledate |
( |
|
$field | ) |
|
|
protected |
Returns the singledate for the id found in the given field.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The singledate.
| formatStudyarea |
( |
|
$field | ) |
|
|
protected |
Returns the name of the study area for the id found in the given field or the id if the study area is unknown.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of seminar or the id.
Returns the name of the user with the id found in the given field.
- Parameters
-
| string | $field | The name of the table field. |
- Returns
- string The name of the user.
Field Documentation
The documentation for this class was generated from the following file: