ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 $DIC, $ilDB, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilECSSettingsGUI\showRulesTable().
|
static |
get matching category
object | $econtent | ilECSEcontent |
Definition at line 65 of file class.ilECSCategoryMapping.php.
References $DIC, $ilLog, $rule, and ilECSSetting\getInstanceByServerId().
Referenced by ilRemoteObjectBase\createFromECSEContent().
|
static |
Definition at line 167 of file class.ilECSCategoryMapping.php.
References $DIC, $lng, PHPMailer\PHPMailer\$options, and ilECSUtils\_getOptionalECourseFields().
Referenced by ilECSSettingsGUI\initCategoryMappingForm().
|
static |
Handle update of ecs content and create references.
Definition at line 93 of file class.ilECSCategoryMapping.php.
References $DIC, $ilLog, $tree, ilObject\_getAllReferences(), ilObject\_lookupObjId(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilRemoteObjectBase\updateFromECSContent().
|
static |
Definition at line 148 of file class.ilECSCategoryMapping.php.
References $DIC, $ilDB, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
|
staticprivate |
Definition at line 37 of file class.ilECSCategoryMapping.php.