ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | saveUsage (string $a_pc_type, int $a_pc_id, string $a_usage_type, int $a_usage_id, int $a_usage_hist_nr=0, string $a_lang="-") |
static | deleteAllUsages (string $a_pc_type, string $a_usage_type, int $a_usage_id, int $a_usage_hist_nr=0, string $a_lang="-") |
static | getUsages (string $a_pc_type, int $a_pc_id, bool $a_incl_hist=true) |
Get usages. More... | |
static | getUsagesOfPage (int $a_usage_id, string $a_usage_type, int $a_hist_nr=0, bool $a_all_hist_nrs=false, string $a_lang="-") |
Get page content usages for page. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Saves usages of page content elements in pages
Definition at line 23 of file class.ilPageContentUsage.php.
|
static |
Definition at line 47 of file class.ilPageContentUsage.php.
Referenced by ilPCSkills\beforePageDelete(), ilPCContentInclude\beforePageDelete(), ilPCContentInclude\saveContentIncludeUsage(), and ilPCSkills\saveSkillUsage().
|
static |
Get usages.
Definition at line 73 of file class.ilPageContentUsage.php.
Referenced by ilObjMediaPoolGUI\confirmRemove().
|
static |
Get page content usages for page.
Definition at line 101 of file class.ilPageContentUsage.php.
Referenced by ilCOPageHTMLExport\collectPageElements(), and ilPageObjectGUI\downloadFile().
|
static |
Definition at line 25 of file class.ilPageContentUsage.php.
Referenced by ilPCContentInclude\saveContentIncludeUsage(), and ilPCSkills\saveSkillUsage().