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
Fixture.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4
class
ProperEntryFixture
5
{
6
public
$properEntryYamlArray
= array(
7
array(
8
"description"
=> array(
9
"purpose"
=>
"Description of Purpose"
,
10
"composition"
=>
"Description of Composition with line break"
,
11
"effect"
=>
"Effect Description on one line"
,
12
"rivals"
=> array(
13
"icon"
=>
"Icon Description"
14
)
15
16
),
17
"background"
=>
"\"Some wild background with quotes\" and links <a href='http:test'>test</a>"
,
18
"featurewiki"
=> array(
"http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html"
),
19
"context"
=> array(
"Some Context"
),
20
"rules"
=> array(
21
"usage"
=> array(
22
1 =>
"Usage Rule 1"
,
23
2 =>
"Usage Rule 2"
,
24
3 =>
"Usage Rule 3 multi line"
25
),
26
"style"
=> array(
27
4 =>
"Style Rule"
28
)
29
),
30
"namespace"
=>
"\\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry"
,
31
"function_name"
=>
"properEntry"
32
33
)
34
);
35
36
public
$properEntryYamlString
=
37
"description:
38
purpose: >
39
Description of Purpose
40
composition: >
41
Description of Composition
42
with line break
43
effect: Effect Description on one line
44
rivals:
45
icon: >
46
Icon Description
47
background: >
48
\"Some wild background with quotes\"
49
and links <a href='http:test'>test</a>
50
context:
51
- Some Context
52
featurewiki:
53
- http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html
54
rules:
55
usage:
56
1: Usage Rule 1
57
2: Usage Rule 2
58
3: >
59
Usage Rule 3 multi line
60
style:
61
4: Style Rule
62
namespace: \\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry
63
function_name: properEntry"
;
64
}
ProperEntryFixture
Definition:
Fixture.php:4
ProperEntryFixture\$properEntryYamlString
$properEntryYamlString
Definition:
Fixture.php:36
ProperEntryFixture\$properEntryYamlArray
$properEntryYamlArray
Definition:
Fixture.php:6
tests
UI
Crawler
Fixture
Fixture.php
Generated on Sat Apr 5 2025 21:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)