|
static | findByTermin_id ($termin_id) |
|
static | findBySeminar_id ($seminar_id, $order_by= 'ORDER BY priority') |
|
static | findByTitle ($seminar_id, $name) |
|
static | getMaxPriority ($seminar_id) |
|
static | tableScheme ($db_table) |
|
static | expireTableScheme () |
|
static | exists ($id) |
|
static | countBySql ($sql= '1', $params=[]) |
|
static | create ($data) |
|
static | buildExisting ($data) |
|
static | import ($data) |
|
static | findBySQL ($sql, $params=[]) |
|
static | findOneBySQL ($where, $params=[]) |
|
static | findThru ($foreign_key_value, $options) |
|
static | findEachBySQL ($callable, $sql, $params=[]) |
|
static | findMany ($pks=[], $order= '', $order_params=[]) |
|
static | findEachMany ($callable, $pks=[], $order= '', $order_params=[]) |
|
static | findAndMapBySQL ($callable, $where, $params=[]) |
|
static | findAndMapMany ($callable, $pks=[], $order= '', $order_params=[]) |
|
static | deleteBySQL ($where, $params=[]) |
|
static | toObject ($id_or_object) |
|
static | __callStatic ($name, $arguments) |
|
cbUnlinkConnectedContentModules |
( |
| ) |
|
|
protected |
Removes link information for forum topic and remove forum topic as well if it is empty.
cbUpdateConnectedContentModules |
( |
| ) |
|
|
protected |
static configure |
( |
|
$config = [] | ) |
|
|
staticprotected |
connectWithDocumentFolder |
( |
| ) |
|
set or update connection with document folder
connectWithForumThread |
( |
| ) |
|
set or update connection with forum thread
Decreases the priority of this topic. Meaning the topic will be sorted further down. Be aware that this actually increases the priority property since higher numbers mean lower priority.
static findBySeminar_id |
( |
|
$seminar_id, |
|
|
|
$order_by = 'ORDER BY priority' |
|
) |
| |
|
static |
static findByTermin_id |
( |
|
$termin_id | ) |
|
|
static |
static findByTitle |
( |
|
$seminar_id, |
|
|
|
$name |
|
) |
| |
|
static |
getAccessibleFolderFiles |
( |
|
$user_or_id | ) |
|
return all filerefs belonging to this topic, permissions fpr given user are checked
- Parameters
-
- Returns
- mixed[] A mixed array with FolderType and FileRef objects.
static getMaxPriority |
( |
|
$seminar_id | ) |
|
|
static |
Increases the priority of this topic. Meaning the topic will be sorted further up. Be aware that this actually decreases the priority property since lower numbers mean higher priority.
- Returns
- boolean
The documentation for this class was generated from the following file: