ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
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... | |
![]() | |
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 |
Definition at line 30 of file ExamplesYamlParser.php.
References ILIAS\UI\Implementation\Crawler\EntriesYamlParser\getPHPArrayFromYamlArray(), 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.