File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
processAttributes
— Process the Attributes where they exist
Name | Description |
---|---|
$arrData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrData = array(0 => 'foo', 1 => 'bar');
//Call the function processAttributes with the example vars
Twist::XML() -> processAttributes($arrData);