API17:JController::setMessage
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JController::setMessage
Description
Sets the internal message that is passed with a redirect.
Description:JController::setMessage [Edit Descripton]
Since
Synopsis
public JController::setMessage ($text, $type= 'message')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | Message to display on redirect. | |
| $type | string | 'message' | Message type (since 11.1). Optional, defaults to 'message'. |
Returns
string Previous message
Defined in
libraries/joomla/application/component/controller.php (line 934)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JController::setMessage
Examples
<CodeExamplesForm />
