Function __global->parse_aggregate_xml
Definitions
sources/aggregate_types.php
- Load the aggregate XML types structure.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $display_errors | boolean | No | No | False | N/A | N/A | Whether errors should be displayed |
Returns
- The aggregate types
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Load the aggregate XML types structure.
*
* @param boolean $display_errors Whether errors should be displayed
* @return array The aggregate types
*/
function parse_aggregate_xml(bool $display_errors = false) : array
* Load the aggregate XML types structure.
*
* @param boolean $display_errors Whether errors should be displayed
* @return array The aggregate types
*/
function parse_aggregate_xml(bool $display_errors = false) : array
