File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
add
— Route Meta Tag manager and template extension
Name | Description |
---|---|
$strType | n/a |
$strName | n/a |
$strValue | n/a |
[$intOrder = 10] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strType = 'foo';
$strName = 'foo';
$strValue = 'foo';
$intOrder = 10;
//Call the function add with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> add($strType, $strName, $strValue, $intOrder);