TwistPHP Documentation

processAttributes

File path: dist/twist/Core/Utilities/XML.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

processAttributesProcess the Attributes where they exist

Parameters

Name Type Description
$arrDataarrayn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$arrData = array(=> 'foo'=> 'bar');

//Call the function processAttributes with the example vars
Twist::XML() -> processAttributes($arrData);