File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_meta
— Returns the Meta object so that page titles, keywords and other meta items can all be updated before being output to the base template.
void — No return information has been documented for this function.
<?php
//Call the function _meta with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _meta();