3 declare(strict_types=1);
73 $this->type = self::OBJ_TYPE;
74 $this->lng = $DIC[
'lng'];
75 $this->ctrl = $DIC[
'ilCtrl'];
76 $this->
user = $DIC[
'ilUser'];
77 $this->tree = $DIC[
'tree'];
78 $this->log = $DIC[
"ilLoggerFactory"]->getRootLogger();
79 $this->rbacadmin = $DIC[
'rbacadmin'];
80 $this->app_event_handler = $DIC[
'ilAppEventHandler'];
81 $this->il_news = $DIC->news();
103 $id = parent::create();
109 return (
int) $this->
getId();
114 if (!parent::update()) {
122 public function delete() :
bool 124 if (!parent::delete()) {
140 $this->app_event_handler->raise(
141 'Modules/LearningSequence',
144 'obj_id' => $this->
getId(),
145 'appointments' => null
152 $new_obj = parent::cloneObject(
$target_id, $copy_id, $omit_tree);
159 $roles = $new_obj->getLSRoles();
161 (
int) $this->
user->getId(),
162 $roles->getDefaultAdminRole()
173 if (!$admin || !$new_admin || !$this->
getRefId() || !$new_obj->
getRefId()) {
174 $this->log->write(__METHOD__ .
' : Error cloning auto generated role: il_lso_admin');
177 $this->rbacadmin->copyRolePermissions($admin, $this->
getRefId(), $new_obj->
getRefId(), $new_admin,
true);
178 $this->log->write(__METHOD__ .
' : Finished copying of role lso_admin.');
183 if (!$member || !$new_member) {
184 $this->log->write(__METHOD__ .
' : Error cloning auto generated role: il_lso_member');
187 $this->rbacadmin->copyRolePermissions($member, $this->
getRefId(), $new_obj->
getRefId(), $new_member,
true);
188 $this->log->write(__METHOD__ .
' : Finished copying of role lso_member.');
198 foreach (
$source->getUploads() as $key => $upload_info) {
199 $target = $target->withUpload($upload_info, $key);
202 foreach (
$source->getDeletions() as $deletion) {
203 $target = $target->withDeletion($deletion);
207 ->withAbstract(
$source->getAbstract())
208 ->withExtro(
$source->getExtro())
209 ->withAbstractImage(
$source->getAbstractImage())
210 ->withExtroImage(
$source->getExtroImage())
219 $lp_settings->cloneSettings($obj_id);
230 if (is_null($this->di)) {
232 $di->init($this->
getDIC());
240 if (is_null($this->local_di)) {
245 new \
ILIAS\Data\Factory(),
248 $this->local_di = $di;
250 return $this->local_di;
255 if (!$this->settings_db) {
256 $this->settings_db = $this->
getDI()[
'db.settings'];
263 if (!$this->activation_db) {
264 $this->activation_db = $this->
getDI()[
'db.activation'];
271 if (!$this->ls_activation) {
281 $this->ls_activation = $settings;
286 if (!$this->ls_settings) {
296 $this->ls_settings = $settings;
301 if (!$this->items_db) {
302 $this->items_db = $this->
getLocalDI()[
'db.lsitems'];
309 if (!$this->conditions_db) {
310 $this->conditions_db = $this->
getDI()[
"db.postconditions"];
317 if (!$this->ls_participant) {
318 $this->ls_participant = $this->
getLocalDI()[
'participants'];
330 if (is_null($this->ls_access)) {
334 return $this->ls_access;
353 $db->storeItems($ls_items);
363 $rep_utils->deleteObjects($this->
getRefId(), $ref_ids);
365 $db->delete($ref_ids);
373 $condition_types = $this->il_condition_handler->getOperatorsByTriggerType($type);
375 $this->
getPostConditionDB()::STD_ALWAYS_OPERATOR => $this->lng->txt(
'condition_always')
377 foreach ($condition_types as $cond_type) {
378 $conditions[$cond_type] = $this->lng->txt($cond_type);
385 if (!$this->learner_progress_db) {
386 $this->learner_progress_db = $this->
getLocalDI()[
'db.progress'];
394 if (!$this->state_db) {
395 $this->state_db = $this->
getDI()[
'db.states'];
406 return $db->getLearnerItems($usr_id, $this->
getRefId());
411 if (!$this->ls_roles) {
412 $this->ls_roles = $this->
getLocalDI()[
'roles'];
423 return $this->mail_members;
432 public static function _goto($target, $add =
"")
436 $ilAccess = $DIC[
'ilAccess'];
441 if (substr($add, 0, 5) ==
'rcode') {
442 if (
$ilUser->getId() == ANONYMOUS_USER_ID) {
445 "login.php?target=" .
$_GET[
"target"] .
"&cmd=force_login&lang=" .
458 if ($add ==
"mem" && $ilAccess->checkAccess(
"manage_members",
"", $target)) {
462 if ($ilAccess->checkAccess(
"read",
"", $target)) {
466 if ($ilAccess->checkAccess(
"visible",
"", $target)) {
469 if ($ilAccess->checkAccess(
"read",
"", ROOT_FOLDER_ID)) {
472 $lng->txt(
"msg_no_perm_read_item"),
492 $ns = $this->il_news;
495 $item->setContentIsLangVar(
true);
496 $item->setContentTextIsLangVar(
true);
497 $item->setTitle(
"lso_news_online_title");
498 $item->setContent(
"lso_news_online_txt");
499 $news_id = $ns->data()->save($item);
509 $act_db->setEffectiveOnlineStatus((
int) $this->
getRefId(), $status);
517 return $this->
getLSRoles()->getLocalLearningSequenceRoles($translate);
522 return $this->
getLSRoles()->getDefaultMemberRole();
527 return $this->
getLSRoles()->getDefaultAdminRole();
532 return $this->
getLSRoles()->getLearningSequenceMemberData($a_mem_ids, $active);
537 return $this->
getLSRoles()->getDefaultLearningSequenceRoles($a_grp_id);
542 return $this->
getLSRoles()->initDefaultRoles();
547 return $this->getLsRoles()->readMemberData($user_ids,
$columns);
552 foreach ($this->tree->getPathFull($ref_id) as $hop) {
553 if (in_array($hop[
'type'], $search_types)) {
const LP_STATUS_COMPLETED_NUM
Storage for ilLSPostConditions.
static _deleteAllEntries($a_obj_id)
Delete all entries Normally called for course deletion.
deletePostConditionsForSubObjects(array $ref_ids)
Delete post conditions for ref ids.
getMailToMembersType()
Get mail to members type.
updateSettings(ilLearningSequenceSettings $settings)
setEffectiveOnlineStatus(bool $status)
Repository Utilities (application layer, put GUI related stuff into ilRepUtilGUI) ...
cloneLPSettings(int $obj_id)
cloneObject($target_id, $copy_id=0, $omit_tree=false)
cloneAutoGeneratedRoles(ilObjLearningSequence $new_obj)
getParentObjectInfo(int $ref_id, array $search_types)
cloneSettings(ilObjLearningSequence $new_obj)
Class ilObjLearningSequence.
Class ChatMainBarProvider .
static _gotoRepositoryRoot($a_raise_error=false)
Goto repository root.
__construct(int $id=0, bool $call_by_reference=true)
static _lookupTitle($a_id)
lookup object title
getLearningSequenceMemberData($a_mem_ids, $active=1)
static handleCode($a_ref_id, $a_type, $a_code)
Handle target parameter.
Activation-Settings for an LSO.
getLocalLearningSequenceRoles(bool $translate=false)
readMemberData(array $user_ids, array $columns=null)
Settings for an LSO (like abstract, extro)
getId()
get object id public
static _gotoRepositoryNode($a_ref_id, $a_cmd="frameset")
Goto repository root.
static _lookupObjId($a_id)
static getInstanceByRefId(int $ref_id)
Persistence for View-States.
getLSLearnerItems(int $usr_id)
Get a list of LSLearnerItems.
cloneMetaData($target_obj)
Copy meta data.
static _goto($target, $add="")
Goto target learning sequence.
Persistence for Settings (like abstract, extro)
raiseEvent(string $event_type)
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
INTERNAL CLASS: Please do not use in consumer code.
getLSItems()
Get a list of LSItems.
getPossiblePostConditionsForType(string $type)
Get LearningProgress and availability of items in sequence.
__construct(Container $dic, ilPlugin $plugin)
getRefId()
get reference id public
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
Persistence for online/activation period.
getDefaultLearningSequenceRoles($a_grp_id="")
static redirect($a_script)
updateActivation(ilLearningSequenceActivation $settings)
storeLSItems(array $ls_items)
Update LSItems.
Class ilObjLearningSequenceAccess class.