TwistPHP Documentation

createTag

File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
Extends:

createTag

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 createTag with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> createTag($arrData);