| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilPageLayout. More...
 Collaboration diagram for ilPageLayout:
 Collaboration diagram for ilPageLayout:| Public Member Functions | |
| ilPageLayout ($a_id=null) | |
| getActive () | |
| getDescription () | |
| setDescription ($a_description) | |
| getTitle () | |
| setTitle ($a_title) | |
| getId () | |
| activate ($a_setting=true) | |
| delete ($a_setting=true) | |
| update () | |
| readObject () | |
| getXMLContent () | |
| getPreview () | |
| Static Public Member Functions | |
| static | getLayoutsAsArray ($a_active=0) | 
| Static access functions. | |
| static | getLayouts ($a_active=false) | 
| static | activeLayouts () | 
| Data Fields | |
| const | SEQ_TEMPLATE_DIR = './Modules/Scorm2004/templates/editor/page_layouts_temp/thumbnails' | 
| $layout_id = null | |
| $title = null | |
| $description = null | |
| $active = null | |
| Private Member Functions | |
| getXSLPath () | |
| generatePreview () | |
Class ilPageLayout.
Class for Page Layouts
Definition at line 14 of file class.ilPageLayout.php.
| ilPageLayout::activate | ( | $a_setting = true | ) | 
| 
 | static | 
Definition at line 191 of file class.ilPageLayout.php.
References getLayouts().
Referenced by ilObjSCORM2004LearningModuleGUI\insertTemplateGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageLayout::delete | ( | $a_setting = true | ) | 
| 
 | private | 
Definition at line 124 of file class.ilPageLayout.php.
References $path, $res, DOMXML_LOAD_PARSING, domxml_open_mem(), getXMLContent(), getXSLPath(), xpath_eval(), xpath_new_context(), xslt_create(), xslt_error(), xslt_free(), and xslt_process().
Referenced by getPreview().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageLayout::getActive | ( | ) | 
| ilPageLayout::getDescription | ( | ) | 
Definition at line 53 of file class.ilPageLayout.php.
References $description.
| ilPageLayout::getId | ( | ) | 
Definition at line 69 of file class.ilPageLayout.php.
References $layout_id.
| 
 | static | 
Definition at line 175 of file class.ilPageLayout.php.
References $ilDB, $query, $result, $row, DB_FETCHMODE_ASSOC, and ilPageLayout().
Referenced by activeLayouts(), and ilObjStyleSettingsGUI\createPgGUIObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Static access functions.
Definition at line 158 of file class.ilPageLayout.php.
References $active, $ilDB, $query, $result, $row, and DB_FETCHMODE_ASSOC.
Referenced by ilPageLayoutTableGUI\getPageLayouts().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageLayout::getPreview | ( | ) | 
Definition at line 115 of file class.ilPageLayout.php.
References generatePreview().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPageLayout::getTitle | ( | ) | 
| ilPageLayout::getXMLContent | ( | ) | 
Definition at line 106 of file class.ilPageLayout.php.
References $ilDB, $row, and DB_FETCHMODE_ASSOC.
Referenced by generatePreview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 120 of file class.ilPageLayout.php.
Referenced by generatePreview().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageLayout::ilPageLayout | ( | $a_id = null | ) | 
Definition at line 24 of file class.ilPageLayout.php.
References $ilDB.
Referenced by getLayouts().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPageLayout::readObject | ( | ) | 
Definition at line 96 of file class.ilPageLayout.php.
| ilPageLayout::setDescription | ( | $a_description | ) | 
Definition at line 57 of file class.ilPageLayout.php.
| ilPageLayout::setTitle | ( | $a_title | ) | 
Definition at line 65 of file class.ilPageLayout.php.
| ilPageLayout::update | ( | ) | 
| ilPageLayout::$active = null | 
Definition at line 22 of file class.ilPageLayout.php.
Referenced by getActive(), and getLayoutsAsArray().
| ilPageLayout::$description = null | 
Definition at line 21 of file class.ilPageLayout.php.
Referenced by getDescription().
| ilPageLayout::$layout_id = null | 
Definition at line 19 of file class.ilPageLayout.php.
Referenced by getId().
| ilPageLayout::$title = null | 
Definition at line 20 of file class.ilPageLayout.php.
Referenced by getTitle().
| const ilPageLayout::SEQ_TEMPLATE_DIR = './Modules/Scorm2004/templates/editor/page_layouts_temp/thumbnails' | 
Definition at line 17 of file class.ilPageLayout.php.