TwistPHP Documentation

pageTitle

File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

pageTitleSet the page title for the page (can be called during the processing of the page)

Parameters

Name Type Description
$strPageTitlestringn/a

Return Values

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

Example

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

//Call the function pageTitle with the example vars
Twist::Route() -> pageTitle($strPageTitle);