File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
createTag
—
Name | Description |
---|---|
$arrData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrData = array(0 => 'foo', 1 => 'bar');
//Call the function createTag with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> createTag($arrData);