ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Data Fields | |
const | PARSER_STATE_END = 5 |
![]() | |
const | PARSER_STATE_OUTSIDE = 1 |
const | PARSER_STATE_ENTRY = 2 |
const | PARSER_STATE_SEEKING_RETURN = 3 |
const | PARSER_STATE_SEEKING_FUNCTION_NAME = 4 |
Protected Member Functions | |
getYamlEntriesFromString (string $content) | |
![]() | |
getFileContentAsString (string $filePath) | |
getYamlEntriesFromString (string $content) | |
purifyYamlLine (string $line) | |
getPHPArrayFromYamlArray (array $yaml_entries) | |
getEntriesFromArray (array $entries_array) | |
getEntryFromData (array $entry_data) | |
Additional Inherited Members | |
![]() | |
__construct () | |
FactoryCrawler constructor. More... | |
parseYamlStringArrayFromFile (string $filePath) | |
parseArrayFromFile (string $filePath) | |
parseEntriesFromFile (string $filePath) | |
parseYamlStringArrayFromString (string $content) | |
parseArrayFromString (string $content) | |
parseEntriesFromString (string $content) | |
Returns a list UI Component Entries of the parsed YAML entries in a given string. More... | |
parseYamlStringArrayFromFile (string $filePath) | |
Returns an array of all YAML entries as string of the components in the factories in a given file. More... | |
parseArrayFromFile (string $filePath) | |
Returns an array of arrays of the parsed YAML entries in a given file. More... | |
parseEntriesFromFile (string $filePath) | |
Returns an Entry\ComponentEntries of the parsed YAML entries in a given file. More... | |
parseYamlStringArrayFromString (string $content) | |
Returns an array of all YAML entries as string of the components in the factories in a given string. More... | |
parseArrayFromString (string $content) | |
Returns an array of arrays of the parsed YAML entries in a given string. More... | |
parseEntriesFromString (string $content) | |
Returns a list UI Component Entries of the parsed YAML entries in a given string. More... | |
![]() | |
static | toUpperCamelCase (string $string, string $seperator) |
static | toLowerCamelCase (string $string, string $seperator) |
static | fromCamelCaseToWords (string $camelCaseString) |
![]() | |
array | $items = array() |
Exception Factory | $ef = null |
string | $file_path = "none" |
Used to add for Information in Exceptions. More... | |
Definition at line 26 of file ExamplesYamlParser.php.
|
protected |
Exception |
CrawlerException
Reimplemented from ILIAS\UI\Implementation\Crawler\EntriesYamlParser.
Definition at line 30 of file ExamplesYamlParser.php.
References ILIAS\UI\Implementation\Crawler\EntriesYamlParser\getPHPArrayFromYamlArray(), ILIAS\UI\Implementation\Crawler\ExamplesYamlParser\PARSER_STATE_END, ILIAS\UI\Implementation\Crawler\EntriesYamlParser\PARSER_STATE_ENTRY, ILIAS\UI\Implementation\Crawler\EntriesYamlParser\PARSER_STATE_OUTSIDE, and ILIAS\UI\Implementation\Crawler\EntriesYamlParser\purifyYamlLine().
const ILIAS\UI\Implementation\Crawler\ExamplesYamlParser::PARSER_STATE_END = 5 |
Definition at line 28 of file ExamplesYamlParser.php.
Referenced by ILIAS\UI\Implementation\Crawler\ExamplesYamlParser\getYamlEntriesFromString().