File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
validDataTags
— Decide weather the View data tags are valid or not
Name | Description |
---|---|
$arrViewTags | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrViewTags = array(0 => 'foo', 1 => 'bar');
//Call the function validDataTags with the example vars
Twist::View() -> validDataTags($arrViewTags);