ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilObjSCORMLearningModule. More...
Public Member Functions | |
ilObjSAHSLearningModule ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
create () | |
create file based lm | |
read () | |
read object | |
_lookupOnline ($a_id) | |
check wether scorm module is online | |
_lookupSubType ($a_obj_id) | |
lookup subtype id (scorm, aicc, hacp) | |
createDataDirectory () | |
get title of content object | |
getDataDirectory ($mode="filesystem") | |
get data directory of lm | |
getAPIAdapterName () | |
get api adapter name | |
setAPIAdapterName ($a_api) | |
set api adapter name | |
getAPIFunctionsPrefix () | |
get api functions prefix | |
setAPIFunctionsPrefix ($a_prefix) | |
set api functions prefix | |
getCreditMode () | |
get credit mode | |
setCreditMode ($a_credit_mode) | |
set credit mode | |
setDefaultLessonMode ($a_lesson_mode) | |
set default lesson mode | |
getDefaultLessonMode () | |
get default lesson mode | |
setAutoReview ($a_auto_review) | |
get auto review | |
getAutoReview () | |
set auto review | |
getMaxAttempt () | |
get max attempt | |
setMaxAttempt ($a_max_attempt) | |
set max attempt | |
getModuleVersion () | |
get max attempt | |
setModuleVersion ($a_module_version) | |
set max attempt | |
update () | |
update meta data only | |
setOnline ($a_online) | |
get online | |
getOnline () | |
set online | |
setSubType ($a_sub_type) | |
get sub type | |
getSubType () | |
set sub type | |
delete () | |
delete SCORM learning module and all related data | |
notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
Public Member Functions inherited from ilObject | |
ilObject ($a_id=0, $a_reference=true) | |
Constructor public. | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) | |
read ($a_force_db=false) | |
read object data from db into object | |
getId () | |
get object id public | |
setId ($a_id) | |
set object id public | |
setRefId ($a_id) | |
set reference id public | |
getRefId () | |
get reference id public | |
getType () | |
get object type public | |
setType ($a_type) | |
set object type public | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions | |
getTitle () | |
get object title public | |
getUntranslatedTitle () | |
get untranslated object title public | |
setTitle ($a_title) | |
set object title | |
getDescription () | |
get object description | |
setDescription ($a_desc) | |
set object description | |
getLongDescription () | |
get object long description (stored in object_description) | |
getImportId () | |
get import id | |
setImportId ($a_import_id) | |
set import id | |
_lookupObjIdByImportId ($a_import_id) | |
getOwner () | |
get object owner | |
getOwnerName () | |
_lookupOwnerName ($a_owner_id) | |
lookup owner name for owner id | |
setOwner ($a_owner) | |
set object owner | |
getCreateDate () | |
get create date public | |
getLastUpdateDate () | |
get last update date public | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) | |
MDUpdateListener ($a_element) | |
Meta data update listener. | |
createMetaData () | |
create meta data entry | |
updateMetaData () | |
update meta data entry | |
deleteMetaData () | |
delete meta data entry | |
updateOwner () | |
update owner of object in db | |
_getIdForImportId ($a_import_id) | |
get current object id for import id (static) | |
_getAllReferences ($a_id) | |
get all reference ids of object | |
_lookupTitle ($a_id) | |
lookup object title | |
_lookupDescription ($a_id) | |
lookup object description | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. | |
_lookupObjId ($a_id) | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_writeTitle ($a_obj_id, $a_title) | |
write title to db (static) | |
_writeDescription ($a_obj_id, $a_desc) | |
write description to db (static) | |
_writeImportId ($a_obj_id, $a_import_id) | |
write import id to db (static) | |
_lookupType ($a_id, $a_reference=false) | |
lookup object type | |
_isInTrash ($a_ref_id) | |
checks wether object is in trash | |
_hasUntrashedReference ($a_obj_id) | |
checks wether an object has at least one reference that is not in trash | |
_lookupObjectId ($a_ref_id) | |
lookup object id | |
_getObjectsDataForType ($a_type, $a_omit_trash=false) | |
get all objects of a certain type | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? | |
setPermissions ($a_parent_ref) | |
set permissions of object | |
createReference () | |
creates reference for object | |
countReferences () | |
count references of object | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public | |
createRoleFolder () | |
creates a local role folder | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
cloneObject ($a_target_id, $a_copy_id=0) | |
Clone object permissions, put in tree ... | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. | |
cloneMetaData ($target_obj) | |
Copy meta data. |
Data Fields | |
$validator | |
Data Fields inherited from ilObject | |
$ilias | |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
$obj_data_record | |
object_data record |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObject | |
static | _getIdsForTitle ($title, $type= '') |
_exists ($a_id, $a_reference=false) | |
checks if an object exists in object_data | |
static | _getObjectsByType ($a_obj_type="") |
Get objects by type. | |
static | _prepareCloneSelection ($a_ref_ids, $new_type) |
Prepare copy wizard object selection. | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Class ilObjSCORMLearningModule.
Definition at line 40 of file class.ilObjSAHSLearningModule.php.
ilObjSAHSLearningModule::_lookupOnline | ( | $a_id | ) |
check wether scorm module is online
Definition at line 116 of file class.ilObjSAHSLearningModule.php.
References DB_FETCHMODE_ASSOC, and ilUtil\yn2tf().
ilObjSAHSLearningModule::_lookupSubType | ( | $a_obj_id | ) |
lookup subtype id (scorm, aicc, hacp)
int | $a_id | object id |
Definition at line 132 of file class.ilObjSAHSLearningModule.php.
References DB_FETCHMODE_ASSOC.
Referenced by ilLPCollections\_getPossibleSAHSItems(), ilLPStatusSCORM\_getStatusInfo(), ilSAHSEditGUI\executeCommand(), ilSAHSPresentationGUI\executeCommand(), ilObjSCORMLearningModuleGUI\exportOptions(), ilLPObjSettings\getValidModes(), ilObjSCORMLearningModuleGUI\importForm(), and ilObjSCORMLearningModuleGUI\newModuleVersion().
ilObjSAHSLearningModule::create | ( | ) |
create file based lm
Reimplemented from ilObject.
Definition at line 61 of file class.ilObjSAHSLearningModule.php.
References createDataDirectory(), ilObject\createMetaData(), and getSubType().
ilObjSAHSLearningModule::createDataDirectory | ( | ) |
get title of content object
string | $a_title | title get description of content object |
string | $a_description | description assign a meta data object to content object |
object | $a_meta_data | meta data object get meta data object of content object |
Definition at line 221 of file class.ilObjSAHSLearningModule.php.
References getDataDirectory(), ilUtil\getWebspaceDir(), and ilUtil\makeDir().
Referenced by create().
ilObjSAHSLearningModule::delete | ( | ) |
delete SCORM learning module and all related data
this method has been tested on may 9th 2004 meta data, scorm lm data, scorm tree, scorm objects (organization(s), manifest, resources and items), tracking data and data directory have been deleted correctly as desired
public
Reimplemented from ilObject.
Reimplemented in ilObjAICCLearningModule.
Definition at line 449 of file class.ilObjSAHSLearningModule.php.
References $ilLog, ilSCORMObject\_getInstance(), ilUtil\delDir(), ilObject\deleteMetaData(), getDataDirectory(), ilObject\getId(), and getSubType().
ilObjSAHSLearningModule::getAPIAdapterName | ( | ) |
get api adapter name
Definition at line 242 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getAPIFunctionsPrefix | ( | ) |
get api functions prefix
Definition at line 258 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getAutoReview | ( | ) |
set auto review
Definition at line 313 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getCreditMode | ( | ) |
get credit mode
Definition at line 274 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getDataDirectory | ( | $mode = "filesystem" | ) |
get data directory of lm
Definition at line 231 of file class.ilObjSAHSLearningModule.php.
References ilObject\getId(), and ilUtil\getWebspaceDir().
Referenced by ilObjSCORM2004LearningModule\convert_1_2_to_2004(), createDataDirectory(), ilObjAICCLearningModule\delete(), delete(), ilObjAICCLearningModule\readObject(), ilObjSCORM2004LearningModule\readObject(), and ilObjSCORMLearningModule\readObject().
ilObjSAHSLearningModule::getDefaultLessonMode | ( | ) |
get default lesson mode
Definition at line 298 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getMaxAttempt | ( | ) |
get max attempt
Definition at line 322 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getModuleVersion | ( | ) |
get max attempt
Definition at line 339 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getOnline | ( | ) |
set online
Definition at line 417 of file class.ilObjSAHSLearningModule.php.
Referenced by update().
ilObjSAHSLearningModule::getSubType | ( | ) |
set sub type
Definition at line 433 of file class.ilObjSAHSLearningModule.php.
Referenced by create(), delete(), and update().
ilObjSAHSLearningModule::ilObjSAHSLearningModule | ( | $a_id = 0 , |
|
$a_call_by_reference = true |
|||
) |
Constructor public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 51 of file class.ilObjSAHSLearningModule.php.
References ilObject\ilObject().
ilObjSAHSLearningModule::notify | ( | $a_event, | |
$a_ref_id, | |||
$a_parent_non_rbac_id, | |||
$a_node_id, | |||
$a_params = 0 |
|||
) |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts.
public
string | event |
integer | reference id of object where the event occured |
array | passes optional paramters if required |
Reimplemented from ilObject.
Definition at line 529 of file class.ilObjSAHSLearningModule.php.
References $_GET, and ilObject\getType().
ilObjSAHSLearningModule::read | ( | ) |
read object
Definition at line 91 of file class.ilObjSAHSLearningModule.php.
References DB_FETCHMODE_ASSOC, ilObject\getId(), setAPIAdapterName(), setAPIFunctionsPrefix(), setAutoReview(), setCreditMode(), setDefaultLessonMode(), setMaxAttempt(), setModuleVersion(), setOnline(), setSubType(), and ilUtil\yn2tf().
ilObjSAHSLearningModule::setAPIAdapterName | ( | $a_api | ) |
set api adapter name
Definition at line 250 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setAPIFunctionsPrefix | ( | $a_prefix | ) |
set api functions prefix
Definition at line 266 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setAutoReview | ( | $a_auto_review | ) |
get auto review
Definition at line 306 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setCreditMode | ( | $a_credit_mode | ) |
set credit mode
Definition at line 282 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setDefaultLessonMode | ( | $a_lesson_mode | ) |
set default lesson mode
Definition at line 290 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setMaxAttempt | ( | $a_max_attempt | ) |
set max attempt
Definition at line 331 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setModuleVersion | ( | $a_module_version | ) |
set max attempt
Definition at line 347 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setOnline | ( | $a_online | ) |
get online
Definition at line 409 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::setSubType | ( | $a_sub_type | ) |
get sub type
Definition at line 425 of file class.ilObjSAHSLearningModule.php.
Referenced by read().
ilObjSAHSLearningModule::update | ( | ) |
update meta data only
update object data
public
Reimplemented from ilObject.
Definition at line 383 of file class.ilObjSAHSLearningModule.php.
References getAPIAdapterName(), getAPIFunctionsPrefix(), getAutoReview(), getCreditMode(), getDefaultLessonMode(), ilObject\getId(), getMaxAttempt(), getModuleVersion(), getOnline(), getSubType(), ilUtil\tf2yn(), and ilObject\updateMetaData().
ilObjSAHSLearningModule::$validator |
Definition at line 42 of file class.ilObjSAHSLearningModule.php.