COPage page object definition handler.
More...
COPage page object definition handler.
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$
Definition at line 12 of file class.ilCOPageObjDef.php.
◆ getDefinitionByParentType()
static ilCOPageObjDef::getDefinitionByParentType |
( |
|
$a_parent_type | ) |
|
|
static |
◆ getDefinitions()
ilCOPageObjDef::getDefinitions |
( |
| ) |
|
◆ init()
static ilCOPageObjDef::init |
( |
| ) |
|
|
static |
Init.
- Parameters
-
Definition at line 22 of file class.ilCOPageObjDef.php.
References $DIC.
26 $db = $DIC->database();
28 if (self::$page_obj_def == null) {
29 $set = $db->query(
"SELECT * FROM copg_pobj_def ");
30 while ($rec = $db->fetchAssoc($set)) {
31 self::$page_obj_def[$rec[
"parent_type"]] = $rec;
◆ $page_obj_def
ilCOPageObjDef::$page_obj_def = null |
|
static |
The documentation for this class was generated from the following file: