Definition at line 4 of file Fixture.php.
◆ $properEntryYamlArray
ProperEntryFixture::$properEntryYamlArray |
Initial value: "purpose" => "Description of Purpose",
"composition" => "Description of Composition with line break",
"effect" => "Effect Description on one line",
"icon" => "Icon Description"
)
),
"background"=>"\"Some wild background with quotes\" and links <a href='http:test'>test</a>",
"featurewiki"=>
array(
"http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html"),
1 => "Usage Rule 1",
2 => "Usage Rule 2",
3 => "Usage Rule 3 multi line"
),
4 => "Style Rule"
)
),
"namespace"=>"\\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry",
"function_name"=>"properEntry"
)
)
Definition at line 6 of file Fixture.php.
◆ $properEntryYamlString
ProperEntryFixture::$properEntryYamlString |
Initial value:=
"description:
purpose: >
Description of Purpose
composition: >
Description of Composition
with line break
effect: Effect Description on one line
rivals:
icon: >
Icon Description
background: >
\"Some wild background with quotes\"
and links <a href='http:test'>test</a>
featurewiki:
- http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html
rules:
usage:
1: Usage Rule 1
2: Usage Rule 2
3: >
Usage Rule 3 multi line
style:
4: Style Rule
namespace: \\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry
function_name: properEntry"
Definition at line 35 of file Fixture.php.
The documentation for this class was generated from the following file: