|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilECSCategoryMapping: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, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by getMatchingCategory(), and ilECSSettingsGUI\showRulesTable().
Here is the caller graph for this function:
|
static |
get matching category
| object | $econtent | ilECSEcontent |
Definition at line 65 of file class.ilECSCategoryMapping.php.
References $DIC, $ilLog, getActiveRules(), and ilECSSetting\getInstanceByServerId().
Referenced by ilRemoteObjectBase\createFromECSEContent(), and handleUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 167 of file class.ilECSCategoryMapping.php.
References $DIC, $lng, and ilECSUtils\_getOptionalECourseFields().
Referenced by ilECSSettingsGUI\initCategoryMappingForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Handle update of ecs content and create references.
Definition at line 93 of file class.ilECSCategoryMapping.php.
References $DIC, $ilLog, ilObject\_getAllReferences(), ilObject\_lookupObjId(), ilObjectFactory\getInstanceByRefId(), getMatchingCategory(), and lookupHandledCategories().
Referenced by ilRemoteObjectBase\updateFromECSContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 148 of file class.ilECSCategoryMapping.php.
References $DIC, $ilDB, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by handleUpdate().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 37 of file class.ilECSCategoryMapping.php.