File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
pageTitle
— Set the page title for the page (can be called during the processing of the page)
Name | Description |
---|---|
$strPageTitle | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPageTitle = 'foo';
//Call the function pageTitle with the example vars
Twist::Route() -> pageTitle($strPageTitle);