[Typo3] documentation for: pi_getLL()

Dmitry Dulepov typo3 at fm-world.ru
Wed Jul 27 15:22:29 CEST 2005


Hi!

/tslib/class.tslib_pibase.php, near line 813 (for typo3 3.7.0):

----------------------------------------
/**
* Returns the localized label of the LOCAL_LANG key, $key
* Notice that for debugging purposes prefixes for the output values can
* be set with the internal vars ->LLtestPrefixAlt and ->LLtestPrefix
*
* @param   string      The key from the LOCAL_LANG array for which to
* return the value.
* @param   string      Alternative string to return IF no value is found
* set for the key, neither for the local language nor the default.
* @param   boolean     If true, the output label is passed through
* htmlspecialchars()
* @return  string      The value from LOCAL_LANG.
*/
function pi_getLL($key,$alt='',$hsc=FALSE)  {
-------------------------------

Dmitry.

Jane Larsen wrote:
> Where do I find this?
> 
> //Jane Larsen



More information about the TYPO3-english mailing list