49 $this->lng = $DIC[
'lng'];
51 $this->
user = $DIC[
'ilUser'];
52 $this->access = $DIC[
'ilAccess'];
53 $this->factory = $DIC[
'ui.factory'];
54 $this->renderer = $DIC[
'ui.renderer'];
62 if (is_null($this->assignments)) {
84 if (!$this->access->checkAccess(
'read',
'', $lso_ref_id)) {
95 if (count($items) == 0) {
99 $std_list = $this->factory->panel()->listing()->standard($this->lng->txt(
'dash_learningsequences'), array(
100 $this->factory->item()->group(
106 return $this->renderer->render($std_list);
111 $ref_id = (int) $lso_obj->
getRefId();
116 return $this->factory->item()->standard($link)
122 ->withLeadIcon($this->
getIcon($title))
131 if (count($ls_lp_items) == 0) {
135 foreach ($ls_lp_items as $item) {
147 return $this->factory->button()->shy($title, $link);
163 if (is_null($this->icon)) {
164 $this->icon = $this->factory->symbol()->icon()->standard(
getLsoItem(ilObjLearningSequence $lso_obj)
Class ilObjLearningSequence.
Class ChatMainBarProvider .
Personal Desktop-Presentation for the Learningsequence.
static _getMembershipByType($a_usr_id, $a_type, $a_only_member_role=false)
get membership by type Get course or group membership
const LP_STATUS_IN_PROGRESS_NUM
static _getAllReferences($a_id)
get all reference ids of object
getLinkedTitle(int $ref_id, string $title)
getOnlineStatus(int $ref_id)
static isOffline($ref_id)
isRelevantLso(ilObjLearningSequence $obj)
static getInstanceByRefId(int $ref_id)
getTitle()
get object title public
getLSLearnerItems(int $usr_id)
Get a list of LSLearnerItems.
getRefId()
get reference id public
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")