Class ilSCORM2004PageLayout.
More...
Class ilSCORM2004PageLayout.
Class for SCORM 2004 Page Layouts
- Author
- Hendrik Holtmann holtm.nosp@m.ann@.nosp@m.me.co.nosp@m.m
- Version
- $Id$
Definition at line 35 of file class.ilSCORM2004PageLayout.php.
◆ __construct()
ilSCORM2004PageLayout::__construct |
( |
|
$a_id | ) |
|
◆ activeLayouts()
static ilSCORM2004PageLayout::activeLayouts |
( |
| ) |
|
|
static |
◆ generatePreview()
ilSCORM2004PageLayout::generatePreview |
( |
| ) |
|
|
private |
◆ getId()
ilSCORM2004PageLayout::getId |
( |
| ) |
|
◆ getPreview()
ilSCORM2004PageLayout::getPreview |
( |
| ) |
|
◆ getTitle()
ilSCORM2004PageLayout::getTitle |
( |
| ) |
|
Definition at line 73 of file class.ilSCORM2004PageLayout.php.
74 {
76
78 'SELECT title FROM page_layout WHERE layout_id = %s',
79 array('integer'),
80 array($this->layout_id)
81 );
82 $row =
$ilDB->fetchAssoc($r);
83
84 return $row['title'];
85 }
References $db, and $ilDB.
◆ getXMLContent()
ilSCORM2004PageLayout::getXMLContent |
( |
| ) |
|
◆ $db
ilSCORM2004PageLayout::$db |
|
protected |
◆ $layout_id
ilSCORM2004PageLayout::$layout_id = null |
◆ SEQ_TEMPLATE_DIR
const ilSCORM2004PageLayout::SEQ_TEMPLATE_DIR = './Modules/Scorm2004/templates/editor/page_layouts_temp/thumbnails' |
The documentation for this class was generated from the following file: