TwistPHP Documentation

validDataTags

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

validDataTagsDecide weather the View data tags are valid or not

Parameters

Name Type Description
$arrViewTagsarrayn/a

Return Values

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

Example

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

//Call the function validDataTags with the example vars
Twist::View() -> validDataTags($arrViewTags);