File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
locateTag
— Locate the line number that a particular tag falls on
Name | Description |
---|---|
$dirViewFile | n/a |
$strTag | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirViewFile = '/home/user/public_html/twist';
$strTag = 'foo';
//Call the function locateTag with the example vars
Twist::View() -> locateTag($dirViewFile, $strTag);