ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
YamlParser.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Implementation\Crawler
;
22
23
use
ILIAS\UI\Implementation\Crawler\Entry
as Entry;
24
28
interface
YamlParser
29
{
34
public
function
parseYamlStringArrayFromFile
(
string
$filePath): array;
35
39
public
function
parseArrayFromFile
(
string
$filePath): array;
40
44
public
function
parseEntriesFromFile
(
string
$filePath): Entry\ComponentEntries;
45
49
public
function
parseYamlStringArrayFromString
(
string
$content): array;
50
54
public
function
parseArrayFromString
(
string
$content): array;
55
59
public
function
parseEntriesFromString
(
string
$content): Entry\ComponentEntries;
60
}
ILIAS\UI\Implementation\Crawler\YamlParser\parseArrayFromFile
parseArrayFromFile(string $filePath)
Returns an array of arrays of the parsed YAML entries in a given file.
ILIAS\UI\Implementation\Crawler\YamlParser\parseEntriesFromFile
parseEntriesFromFile(string $filePath)
Returns an Entry of the parsed YAML entries in a given file.
ILIAS\UI\Implementation\Crawler\YamlParser\parseYamlStringArrayFromString
parseYamlStringArrayFromString(string $content)
Returns an array of all YAML entries as string of the components in the factories in a given string...
ILIAS\UI\Implementation\Crawler\Entry
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractEntryPart.php:21
ILIAS\UI\Implementation\Crawler\YamlParser\parseYamlStringArrayFromFile
parseYamlStringArrayFromFile(string $filePath)
Returns an array of all YAML entries as string of the components in the factories in a given file...
ILIAS\UI\Implementation\Crawler\YamlParser\parseEntriesFromString
parseEntriesFromString(string $content)
Returns a list UI Component Entries of the parsed YAML entries in a given string. ...
ILIAS\UI\Implementation\Crawler\YamlParser\parseArrayFromString
parseArrayFromString(string $content)
Returns an array of arrays of the parsed YAML entries in a given string.
ILIAS\UI\Implementation\Crawler\YamlParser
Parses information from UI components.
Definition:
YamlParser.php:28
ILIAS\UI\Implementation\Crawler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Crawler.php:21
src
UI
Implementation
Crawler
YamlParser.php
Generated on Tue Apr 1 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)