ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
ARResource.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\MainMenu\Storage\Resource\Repository
;
4
5
use
ActiveRecord
;
6
12
class
ARResource
extends
ActiveRecord
13
{
14
18
public
function
getConnectorContainerName
() : string
19
{
20
return
'il_resource'
;
21
}
22
23
33
protected
$identification
;
41
protected
$storage_id
;
42
43
47
public
function
getIdentification
() : string
48
{
49
return
$this->identification
;
50
}
51
52
58
public
function
setIdentification
(
string
$identification
) :
ARResource
59
{
60
$this->identification =
$identification
;
61
62
return
$this;
63
}
64
65
69
public
function
getStorageId
() : string
70
{
71
return
$this->storage_id
;
72
}
73
74
80
public
function
setStorageId
(
string
$storage_id
) :
ARResource
81
{
82
$this->storage_id =
$storage_id
;
83
84
return
$this;
85
}
86
}
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\getIdentification
getIdentification()
Definition:
ARResource.php:47
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\getConnectorContainerName
getConnectorContainerName()
Definition:
ARResource.php:18
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\getStorageId
getStorageId()
Definition:
ARResource.php:69
ILIAS\MainMenu\Storage\Resource\Repository
Definition:
ARResource.php:3
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\setIdentification
setIdentification(string $identification)
Definition:
ARResource.php:58
ActiveRecord
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\$storage_id
$storage_id
Definition:
ARResource.php:41
ILIAS\MainMenu\Storage\Resource\Repository\ARResource
Class ARResource.
Definition:
ARResource.php:12
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\$identification
$identification
Definition:
ARResource.php:33
ILIAS\MainMenu\Storage\Resource\Repository\ARResource\setStorageId
setStorageId(string $storage_id)
Definition:
ARResource.php:80
Services
MainMenu
classes
Storage
Resource
Repository
ARResource.php
Generated on Fri Apr 4 2025 20:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)