TwistPHP Documentation

_meta

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_metaReturns the Meta object so that page titles, keywords and other meta items can all be updated before being output to the base template.

Return Values

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

Example

<?php
//Call the function _meta with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _meta();