|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Implementation\Crawler\ExamplesYamlParser:
Collaboration diagram for ILIAS\UI\Implementation\Crawler\ExamplesYamlParser:Data Fields | |
| const | PARSER_STATE_END = 5 |
Data Fields inherited from ILIAS\UI\Implementation\Crawler\EntriesYamlParser | |
| 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) | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Crawler\EntriesYamlParser | |
| getFileContentAsString (string $filePath) | |
| getYamlEntriesFromString (string $content) | |
| purifyYamlLine (string $line) | |
| getPHPArrayFromYamlArray (array $yaml_entries) | |
| getEntriesFromArray (array $entries_array) | |
| getEntryFromData (array $entry_data) | |
Additional Inherited Members | |
Public Member Functions inherited from ILIAS\UI\Implementation\Crawler\EntriesYamlParser | |
| __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 Public Member Functions inherited from ILIAS\UI\Implementation\Crawler\EntriesYamlParser | |
| static | toUpperCamelCase (string $string, string $seperator) |
| static | toLowerCamelCase (string $string, string $seperator) |
| static | fromCamelCaseToWords (string $camelCaseString) |
Protected Attributes inherited from ILIAS\UI\Implementation\Crawler\EntriesYamlParser | |
| 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().
Here is the call graph for this function:| 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().