ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
◀ 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
App.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\WOPI\Discovery
;
22
23
use
ILIAS\Data\URI
;
24
28
class
App
29
{
33
public
function
__construct
(
34
private
int
$id
,
35
private
string
$name,
36
private
array $actions,
37
private
?
URI
$favicon =
null
,
38
) {
39
}
40
41
public
function
getId
():
int
42
{
43
return
$this->id
;
44
}
45
46
public
function
getName
(): string
47
{
48
return
$this->name;
49
}
50
51
public
function
getFavicon
(): ?
URI
52
{
53
return
$this->favicon;
54
}
55
59
public
function
getActions
(): array
60
{
61
return
$this->actions;
62
}
63
}
ILIAS\components\WOPI\Discovery\App\__construct
__construct(private int $id, private string $name, private array $actions, private ?URI $favicon=null,)
Definition:
App.php:33
ILIAS\components\WOPI\Discovery\App\getActions
getActions()
Definition:
App.php:59
ILIAS\components\WOPI\Discovery\App\getName
getName()
Definition:
App.php:46
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ILIAS\components\WOPI\Discovery
Definition:
Action.php:21
ILIAS\components\WOPI\Discovery\App\getId
getId()
Definition:
App.php:41
ILIAS\Data\URI
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\components\WOPI\Discovery\App\getFavicon
getFavicon()
Definition:
App.php:51
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\components\WOPI\Discovery\App
Definition:
App.php:28
components
ILIAS
WOPI
classes
Discovery
App.php
Generated on Sat Apr 12 2025 23:02:18 for ILIAS by
1.8.13 (using
Doxyfile
)