ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.ilObjRemoteCategory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
30
class
ilObjRemoteCategory
extends
ilRemoteObjectBase
31
{
32
public
const
DB_TABLE_NAME
=
"rcat_settings"
;
33
34
public
function
initType
(): void
35
{
36
$this->type =
"rcat"
;
37
}
38
39
protected
function
getTableName
(): string
40
{
41
return
self::DB_TABLE_NAME;
42
}
43
44
protected
function
getECSObjectType
(): string
45
{
46
return
"/campusconnect/categories"
;
47
}
48
}
ilObjRemoteCategory\getTableName
getTableName()
Definition:
class.ilObjRemoteCategory.php:39
ilObjRemoteCategory\initType
initType()
Definition:
class.ilObjRemoteCategory.php:34
ilRemoteObjectBase
Remote object app base class.
Definition:
class.ilRemoteObjectBase.php:26
ilObjRemoteCategory\DB_TABLE_NAME
const DB_TABLE_NAME
Definition:
class.ilObjRemoteCategory.php:32
ilObjRemoteCategory
Remote category app class.
Definition:
class.ilObjRemoteCategory.php:30
ilObjRemoteCategory\getECSObjectType
getECSObjectType()
Definition:
class.ilObjRemoteCategory.php:44
components
ILIAS
RemoteCategory
classes
class.ilObjRemoteCategory.php
Generated on Wed Apr 2 2025 23:03:26 for ILIAS by
1.8.13 (using
Doxyfile
)