File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
loadRawData
— Load the raw XML data into the system and expand into an array
Name | Description |
---|---|
$strData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strData = 'foo';
//Call the function loadRawData with the example vars
Twist::XML() -> loadRawData($strData);