|
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 | build ($data, $is_new=true) |
|
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 (string $name, array $arguments) |
|
◆ cbDefaultValues()
◆ cbUnlinkConnectedContentModules()
cbUnlinkConnectedContentModules |
( |
| ) |
|
|
protected |
Removes link information for forum topic and remove forum topic as well if it is empty.
◆ cbUpdateConnectedContentModules()
cbUpdateConnectedContentModules |
( |
| ) |
|
|
protected |
◆ configure()
static configure |
( |
|
$config = [] | ) |
|
|
staticprotected |
◆ connectWithDocumentFolder()
connectWithDocumentFolder |
( |
| ) |
|
set or update connection with document folder
◆ connectWithForumThread()
connectWithForumThread |
( |
| ) |
|
set or update connection with forum thread
◆ decreasePriority()
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.
◆ findBySeminar_id()
static findBySeminar_id |
( |
|
$seminar_id, |
|
|
|
$order_by = 'ORDER BY priority' |
|
) |
| |
|
static |
◆ findByTermin_id()
static findByTermin_id |
( |
|
$termin_id | ) |
|
|
static |
◆ findByTitle()
static findByTitle |
( |
|
$seminar_id, |
|
|
|
$name |
|
) |
| |
|
static |
◆ getAccessibleFolderFiles()
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.
◆ getForumThreadURL()
◆ getMaxPriority()
static getMaxPriority |
( |
|
$seminar_id | ) |
|
|
static |
◆ increasePriority()
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: