Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Translate Text

Type: core

Class: Trans

Platform: 2v

Function: T

Visibility: public

Parameter: t($text,$externalVar)

Description:
A shortcut of extractTrans.
Parameters:
(required) - string - $text - The text to be translated - Written in the default language (usually en).
(optional) - string|array - $externalVar - Containing the values that will effect the translation.
Return:
string - The translated text.
Callable from (extended classes):
application: controller,view
advanced: controller,view
operators: controller,view
api: controller,view
Info Panel
Roll it!   ⇔