ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilMMCustomItemStorage.php
Go to the documentation of this file.
1
<?
php
2
8
class
ilMMCustomItemStorage
extends
CachedActiveRecord
9
{
10
20
protected
$identifier
=
''
;
28
protected
$type
=
''
;
36
protected
$action
=
""
;
44
protected
$default_title
=
""
;
52
protected
$top_item
=
false
;
56
protected
$connector_container_name
=
"il_mm_custom_items"
;
57
58
62
public
function
getIdentifier
() : string
63
{
64
return
$this->identifier
;
65
}
66
67
73
public
function
setIdentifier
(
string
$identifier
) :
ilMMCustomItemStorage
74
{
75
$this->identifier =
$identifier
;
76
77
return
$this;
78
}
79
80
84
public
function
getType
() : string
85
{
86
return
$this->type
;
87
}
88
89
95
public
function
setType
(
string
$type
) :
ilMMCustomItemStorage
96
{
97
$this->type =
$type
;
98
99
return
$this;
100
}
101
102
106
public
function
isTopItem
() : bool
107
{
108
return
$this->top_item
;
109
}
110
111
117
public
function
setTopItem
(
bool
$top_item
) :
ilMMCustomItemStorage
118
{
119
$this->top_item =
$top_item
;
120
121
return
$this;
122
}
123
124
128
public
function
getAction
() : string
129
{
130
return
$this->action
;
131
}
132
133
139
public
function
setAction
(
string
$action
) :
ilMMCustomItemStorage
140
{
141
$this->action =
$action
;
142
143
return
$this;
144
}
145
146
150
public
function
getDefaultTitle
() : string
151
{
152
return
$this->default_title
;
153
}
154
155
161
public
function
setDefaultTitle
(
string
$default_title
) :
ilMMCustomItemStorage
162
{
163
$this->default_title =
$default_title
;
164
165
return
$this;
166
}
167
168
172
public
function
getCache
() :
ilGlobalCache
173
{
174
return
ilGlobalCache::getInstance
(
ilGlobalCache::COMP_GLOBAL_SCREEN
);
175
}
176
}
ilMMCustomItemStorage
Class ilMMCustomItemStorage.
Definition:
class.ilMMCustomItemStorage.php:8
CachedActiveRecord
Class CachedActiveRecord.
Definition:
class.CachedActiveRecord.php:7
ilMMCustomItemStorage\setAction
setAction(string $action)
Definition:
class.ilMMCustomItemStorage.php:139
ilMMCustomItemStorage\$top_item
$top_item
Definition:
class.ilMMCustomItemStorage.php:52
ilGlobalCache\getInstance
static getInstance($component)
Definition:
class.ilGlobalCache.php:115
ilMMCustomItemStorage\isTopItem
isTopItem()
Definition:
class.ilMMCustomItemStorage.php:106
ilMMCustomItemStorage\$default_title
$default_title
Definition:
class.ilMMCustomItemStorage.php:44
ilMMCustomItemStorage\setType
setType(string $type)
Definition:
class.ilMMCustomItemStorage.php:95
ilMMCustomItemStorage\getDefaultTitle
getDefaultTitle()
Definition:
class.ilMMCustomItemStorage.php:150
ilMMCustomItemStorage\$connector_container_name
$connector_container_name
Definition:
class.ilMMCustomItemStorage.php:56
ilMMCustomItemStorage\$type
$type
Definition:
class.ilMMCustomItemStorage.php:28
ilMMCustomItemStorage\$identifier
$identifier
Definition:
class.ilMMCustomItemStorage.php:20
ilMMCustomItemStorage\$action
$action
Definition:
class.ilMMCustomItemStorage.php:36
ilGlobalCache\COMP_GLOBAL_SCREEN
const COMP_GLOBAL_SCREEN
Definition:
class.ilGlobalCache.php:32
ilMMCustomItemStorage\setIdentifier
setIdentifier(string $identifier)
Definition:
class.ilMMCustomItemStorage.php:73
ilMMCustomItemStorage\getCache
getCache()
Definition:
class.ilMMCustomItemStorage.php:172
ilMMCustomItemStorage\setDefaultTitle
setDefaultTitle(string $default_title)
Definition:
class.ilMMCustomItemStorage.php:161
ilGlobalCache
ilMMCustomItemStorage\getAction
getAction()
Definition:
class.ilMMCustomItemStorage.php:128
ilMMCustomItemStorage\getType
getType()
Definition:
class.ilMMCustomItemStorage.php:84
ilMMCustomItemStorage\getIdentifier
getIdentifier()
Definition:
class.ilMMCustomItemStorage.php:62
ilMMCustomItemStorage\setTopItem
setTopItem(bool $top_item)
Definition:
class.ilMMCustomItemStorage.php:117
php
Services
MainMenu
classes
Items
class.ilMMCustomItemStorage.php
Generated on Thu Jan 30 2025 19:02:00 for ILIAS by
1.8.13 (using
Doxyfile
)