ILIAS
release_8 Revision v8.23
|
Static Public Member Functions | |
static | getActiveRules () |
get active rules More... | |
static | getMatchingCategory (int $a_server_id, array $a_matchable_content) |
get matching category More... | |
static | handleUpdate (int $a_obj_id, int $a_server_id, array $a_matchable_content) |
Handle update of ecs content and create references. More... | |
static | lookupHandledCategories () |
static | getPossibleFields () |
Static Private Attributes | |
static array | $cached_active_rules = null |
Definition at line 23 of file class.ilECSCategoryMapping.php.
|
static |
get active rules
Definition at line 32 of file class.ilECSCategoryMapping.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSSettingsGUI\showRulesTable().
|
static |
get matching category
Definition at line 48 of file class.ilECSCategoryMapping.php.
References $DIC, and ilECSSetting\getInstanceByServerId().
Referenced by ilRemoteObjectBase\createFromECSEContent().
|
static |
Definition at line 141 of file class.ilECSCategoryMapping.php.
References $DIC, $lng, and ilECSUtils\_getOptionalECourseFields().
Referenced by ilECSSettingsGUI\initCategoryMappingForm().
|
static |
Handle update of ecs content and create references.
Definition at line 73 of file class.ilECSCategoryMapping.php.
References $DIC, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilRemoteObjectBase\updateFromECSContent().
|
static |
Definition at line 124 of file class.ilECSCategoryMapping.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
staticprivate |
Definition at line 25 of file class.ilECSCategoryMapping.php.