TwistPHP Documentation

processComment

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

processCommentProcess the Comment attribute 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 processComment with the example vars
Twist::XML() -> processComment($arrData);