ILIAS
Release_4_1_x_branch Revision 61804
|
Class ilSCORM2004PageLayout. More...
Public Member Functions | |
ilSCORM2004PageLayout ($a_id) | |
getXMLContent () | |
getPreview () | |
getTitle () | |
getId () |
Static Public Member Functions | |
static | activeLayouts () |
Data Fields | |
const | SEQ_TEMPLATE_DIR = './Modules/Scorm2004/templates/editor/page_layouts_temp/thumbnails' |
$layout_id = null |
Private Member Functions | |
generatePreview () |
Class ilSCORM2004PageLayout.
Class for SCORM 2004 Page Layouts
Definition at line 35 of file class.ilSCORM2004PageLayout.php.
|
static |
Definition at line 84 of file class.ilSCORM2004PageLayout.php.
References $ilDB, $query, $result, $row, and ilSCORM2004PageLayout().
|
private |
Definition at line 77 of file class.ilSCORM2004PageLayout.php.
ilSCORM2004PageLayout::getId | ( | ) |
Definition at line 72 of file class.ilSCORM2004PageLayout.php.
References $layout_id.
ilSCORM2004PageLayout::getPreview | ( | ) |
Definition at line 56 of file class.ilSCORM2004PageLayout.php.
ilSCORM2004PageLayout::getTitle | ( | ) |
ilSCORM2004PageLayout::getXMLContent | ( | ) |
Definition at line 47 of file class.ilSCORM2004PageLayout.php.
References $ilDB, $row, and DB_FETCHMODE_ASSOC.
ilSCORM2004PageLayout::ilSCORM2004PageLayout | ( | $a_id | ) |
Definition at line 42 of file class.ilSCORM2004PageLayout.php.
Referenced by activeLayouts().
ilSCORM2004PageLayout::$layout_id = null |
Definition at line 40 of file class.ilSCORM2004PageLayout.php.
Referenced by getId().
const ilSCORM2004PageLayout::SEQ_TEMPLATE_DIR = './Modules/Scorm2004/templates/editor/page_layouts_temp/thumbnails' |
Definition at line 38 of file class.ilSCORM2004PageLayout.php.