API15

PatTemplate Function Translate: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:patTemplate_Function_Translate}}
<nowiki>[</nowiki>[[Description:patTemplate_Function_Translate|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{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>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:patTemplate_Function_Translate|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:patTemplate_Function_Translate}}
</span>
{{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 />