24 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
54 $this->copy_enabled =
false;
55 $this->static_link_enabled =
true;
56 $this->delete_enabled =
true;
57 $this->cut_enabled =
true;
58 $this->subscribe_enabled =
true;
59 $this->link_enabled =
true;
60 $this->info_screen_enabled =
true;
62 $this->gui_class_name =
'ilobjremotelearningmodulegui';
64 include_once(
'Services/AdvancedMetaData/classes/class.ilAdvancedMDSubstitution.php');
66 if ($this->substitutions->isActive()) {
67 $this->substitutions_enabled =
true;
71 include_once(
'Modules/RemoteLearningModule/classes/class.ilObjRemoteLearningModuleAccess.php');
87 include_once(
'Modules/RemoteLearningModule/classes/class.ilObjRemoteLearningModule.php');
110 include_once(
'./Services/WebServices/ECS/classes/class.ilECSExport.php');
111 include_once(
'./Services/WebServices/ECS/classes/class.ilECSImport.php');
121 return parent::getCommandFrame($a_cmd);
static _lookupEContentId($a_obj_id)
get econent_id
getProperties()
get properties (offline)
static _isRemote($a_server_id, $a_econtent_id)
is remote object
static _lookupOnline($a_obj_id)
Lookup online.
static _getInstanceByObjectType($a_type)
Singleton: use this method to get an instance.
addCustomProperty( $a_property="", $a_value="", $a_alert=false, $a_newline=false)
add custom property
__construct()
Constructor.
getCommandFrame($a_cmd)
get command frame
static _getCommands()
get commands
static lookupServerId($a_obj_id)
Lookup server id of imported content <type> $ilDB.
static _lookupOrganization($a_obj_id)
lookup organization
__construct(Container $dic, ilPlugin $plugin)