52 self::$pc_properties[$a_id] = $a_properties;
60 return self::$pc_properties[$a_id] ?? null;
71 self::$pc_version[$a_id] = $a_version;
79 return self::$pc_version[$a_id] ?? null;
91 $parts = explode(
':', $a_id);
93 $new_page_id = $a_mapping->
getMapping(
"Services/COPage",
'pg', $old_page_id);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
static setPCProperties(string $a_id, array $a_properties)
Set the properties of a plugged page content This method is used by ilCOPageExporter to provide the p...
static getPCMapping(string $a_id, ilImportMapping $a_mapping)
Get the id of the mapped page content The id structure should be irrelevant to child classes The mapp...
static getPCProperties(string $a_id)
Get the properties of a plugged page content.
static setPCVersion(string $a_id, string $a_version)
Set the version of a plugged page content This method is used by ilCOPageExporter to provide the vers...
getMapping(string $a_comp, string $a_entity, string $a_old_id)
static getPCVersion(string $a_id)
Get the version of a plugged page content.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static array $pc_properties
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...