ILIAS
Release_5_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | getActiveRules () |
get active rules | |
static | getMatchingCategory ($a_server_id, $a_matchable_content) |
get matching category | |
static | handleUpdate ($a_obj_id, $a_server_id, $a_matchable_content) |
Handle update of ecs content and create references. | |
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, and DB_FETCHMODE_OBJECT.
Referenced by getMatchingCategory(), and ilECSSettingsGUI\showRulesTable().
|
static |
get matching category
object | $econtent | ilECSEcontent |
Definition at line 64 of file class.ilECSCategoryMapping.php.
References $ilLog, getActiveRules(), and ilECSSetting\getInstanceByServerId().
Referenced by ilRemoteObjectBase\createFromECSEContent(), and handleUpdate().
|
static |
Definition at line 171 of file class.ilECSCategoryMapping.php.
References $lng, $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 $ilLog, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObjectFactory\getInstanceByRefId(), getMatchingCategory(), and lookupHandledCategories().
|
static |
Definition at line 153 of file class.ilECSCategoryMapping.php.
References $ilDB, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by handleUpdate().
|
staticprivate |
Definition at line 37 of file class.ilECSCategoryMapping.php.