API15:PatTemplate Modifier Translate/modify
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.
Contents |
Description
modify the value
Description:PatTemplate Modifier Translate/modify
Syntax
modify($value, $params=array())
| Parameter Name | Default Value | Description |
|---|---|---|
| $value | value | |
| $params | array() |
Returns
string modified value
Defined in
libraries/joomla/template/module/modifier/Translate.php
Importing
jimport( 'joomla.template.module.modifier.Translate' );
Source Body
function modify( $value, $params = array() ) { return JText::_( $value ); }
[Edit See Also] SeeAlso:PatTemplate Modifier Translate/modify
Examples
<CodeExamplesForm />
