API15

PatTemplate Function Translate: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:patTemplate_F...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:patTemplate_Function_Translate|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:patTemplate_Function_Translate}}
===Defined in===
===Defined in===
libraries/joomla/template/module/function/Translate.php
libraries/joomla/template/module/function/Translate.php
Line 15: Line 10:
|call the function
|call the function
|}
|}
===Importing===
===Importing===
<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>
 
</span>
{{SeeAlso:patTemplate_Function_Translate}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=patTemplate_Function_Translate
  category=patTemplate_Function_Translate
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:16, 25 March 2017

Defined in

libraries/joomla/template/module/function/Translate.php

Methods

Method name Description
call call the function

Importing

jimport( 'joomla.template.module.function.Translate' );



Examples

Code Examples