ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Utility class for pages, that is e.g. More...
Static Public Member Functions | |
static | _existsAndNotEmpty ($a_parent_type, $a_id, $a_lang="-") |
checks whether page exists and is not empty (may return true on some empty pages) More... | |
Utility class for pages, that is e.g.
used in the repository to avoid including the whole large page object class
Definition at line 7 of file class.ilPageUtil.php.
|
static |
checks whether page exists and is not empty (may return true on some empty pages)
string | $a_parent_type | parent type |
int | $a_id | page id |
Definition at line 15 of file class.ilPageUtil.php.
References $ilDB, $query, and $row.
Referenced by ilPageObject\_existsAndNotEmpty(), ilContainerGUI\getContainerPageHTML(), ilStartUpGUI\getLoginPageEditorHTML(), ilContainerStartObjectsContentGUI\getPageHTML(), ilContainerObjectiveGUI\renderObjective(), and ilHelpGUI\showPage().