File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getTags
— Get all the tags of a given View and return them as an array
Name | Description |
---|---|
$mxdView | n/a |
[$blIsFile = true] | n/a |
[$blDiscover = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdView = 'foo-123';
$blIsFile = true;
$blDiscover = false;
//Call the function getTags with the example vars
Twist::View() -> getTags($mxdView, $blIsFile, $blDiscover);