TwistPHP Documentation

ogCustom

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

ogCustom

Parameters

Name Type Description
$strKeystringn/a
$strContentstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strKey 'foo';
$strContent 'foo';

//Call the function ogCustom with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> ogCustom($strKey$strContent);