PatTemplate Function Translate: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:patTemplate_Function_Translate}} | |||
{{Description:patTemplate_Function_Translate}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 19: | Line 16: | ||
<source lang="php">jimport( 'joomla.template.module.function.Translate' );</source> | <source lang="php">jimport( 'joomla.template.module.function.Translate' );</source> | ||
{{subst:SeeAlso:patTemplate_Function_Translate}} | |||
{{SeeAlso:patTemplate_Function_Translate}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:27, 24 March 2017
{{subst:Description:patTemplate_Function_Translate}}
Defined in
libraries/joomla/template/module/function/Translate.php
Methods
| Method name | Description |
|---|---|
| call | call the function |
Importing
jimport( 'joomla.template.module.function.Translate' );
{{subst:SeeAlso:patTemplate_Function_Translate}}
Examples
<CodeExamplesForm />