Initialization Function setMenuTitle()

protected final function setMenuTitle(
$title
)

Summary

This function allows you to temporarily overwrite the current Menu/Breadcrumb title for the current Content Item.

Where You Can Use It

Can be used in your plugin's init() method, from Zenario 7.0 onwards.

Description

If your Plugin outputs dynamic content based on a GET or POST request, you may wish to change the Menu title of a page according to the content shown.

Parameters

$title

The title you wish to show.