ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | getActiveRules () |
get active rules More... | |
static | getMatchingCategory ($a_server_id, $a_matchable_content) |
get matching category More... | |
static | handleUpdate ($a_obj_id, $a_server_id, $a_matchable_content) |
Handle update of ecs content and create references. More... | |
static | lookupHandledCategories () |
static | getPossibleFields () |
Static Private Attributes | |
static | $cached_active_rules = null |
Definition at line 35 of file class.ilECSCategoryMapping.php.
|
static |
get active rules
Definition at line 45 of file class.ilECSCategoryMapping.php.
References $ilDB, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSSettingsGUI\showRulesTable().
|
static |
get matching category
object | $econtent | ilECSEcontent |
Definition at line 63 of file class.ilECSCategoryMapping.php.
References $ilLog, $rule, and ilECSSetting\getInstanceByServerId().
Referenced by ilRemoteObjectBase\createFromECSEContent().
|
static |
Definition at line 158 of file class.ilECSCategoryMapping.php.
References $lng, $options, ilECSUtils\_getOptionalECourseFields(), and array.
Referenced by ilECSSettingsGUI\initCategoryMappingForm().
|
static |
Handle update of ecs content and create references.
Definition at line 89 of file class.ilECSCategoryMapping.php.
References $ilLog, ilObject\_getAllReferences(), ilObject\_lookupObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilRemoteObjectBase\updateFromECSContent().
|
static |
Definition at line 141 of file class.ilECSCategoryMapping.php.
References $ilDB, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
|
staticprivate |
Definition at line 37 of file class.ilECSCategoryMapping.php.