ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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\ResourceStorage\Resource\Repository
;
4
5
use
ActiveRecord
;
6
13
class
ARResource
extends
ActiveRecord
14
{
15
19
public
function
getConnectorContainerName
() : string
20
{
21
return
'il_resource'
;
22
}
23
24
34
protected
$identification
;
42
protected
$storage_id
;
43
44
48
public
function
getIdentification
() : string
49
{
50
return
$this->identification
;
51
}
52
53
59
public
function
setIdentification
(
string
$identification
) :
ARResource
60
{
61
$this->identification =
$identification
;
62
63
return
$this;
64
}
65
66
70
public
function
getStorageId
() : string
71
{
72
return
$this->storage_id
;
73
}
74
75
81
public
function
setStorageId
(
string
$storage_id
) :
ARResource
82
{
83
$this->storage_id =
$storage_id
;
84
85
return
$this;
86
}
87
}
ILIAS\ResourceStorage\Resource\Repository\ARResource\getStorageId
getStorageId()
Definition:
ARResource.php:70
ILIAS\ResourceStorage\Resource\Repository\ARResource\$storage_id
$storage_id
Definition:
ARResource.php:42
ILIAS\ResourceStorage\Resource\Repository\ARResource
Class ARResource.
Definition:
ARResource.php:13
ILIAS\ResourceStorage\Resource\Repository\ARResource\getConnectorContainerName
getConnectorContainerName()
Definition:
ARResource.php:19
ILIAS\ResourceStorage\Resource\Repository\ARResource\setIdentification
setIdentification(string $identification)
Definition:
ARResource.php:59
ActiveRecord
ILIAS\ResourceStorage\Resource\Repository
Definition:
ResourceDBRepository.php:3
ILIAS\ResourceStorage\Resource\Repository\ARResource\$identification
$identification
Definition:
ARResource.php:34
ILIAS\ResourceStorage\Resource\Repository\ARResource\setStorageId
setStorageId(string $storage_id)
Definition:
ARResource.php:81
ILIAS\ResourceStorage\Resource\Repository\ARResource\getIdentification
getIdentification()
Definition:
ARResource.php:48
src
ResourceStorage
Resource
Repository
ARResource.php
Generated on Sat Apr 5 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)