SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 567 | Next

James Kennard

"Mastering Joomla! 1.5 Extension and Framework Development"

This method
accepts a variable number of parameters. The additional parameters will not be translated.
If no additional parameters are specified, a null string will be returned. Refer to the PHP
manual for more information: http://php.net/manual/function.sprintf.php.
Parameters string String to translate
(extra arguments) Multiple arguments to insert into string
Returns Translated string
static _( string : string, jsSafe : boolean=false ) : string
Attempts to translate string. jsSafe, if true, will add slashes to the translated string.
See the JLanguage _() method for more information.
Parameters string String to translate
[jsSafe] Add slashes
Returns Translated string
JElement
abstract, extends JObject
This class is used to aid integration of extensions into Joomla!. A core use of this class
enables the selection of bespoke parameters options when creating new menu items. The
class is used in conjunction with an XML definition of an element, and used extensively
by the JParameter class. For more information about JElement refer to the Parameters (Core
JElements) section in this Appendix.


Pages:
555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579