If no format is included, HTML is assumed.
Returns New global document object
static &_createLanguage( ) : JLanguage
Creates the language object.
Returns New global language object
Appendix
[ 431 ]
static &_createMailer( ) : JMail
Creates the global mail object.
Returns New global mail object
static &_createSession( options : array=array() ) : JSession
Creates the global session object. If the session has expired, it will be restarted.
Parameters [options] Session storage handler options
Returns New global session object
static &_createTemplate( ) : JTemplate
Creates the template object.
Returns New global template object
JRegistry
extends JObject
Handles configuration details in a hierarchy using namespaces.
Properties
_defaultNameSpace : string Namespace to use by default
_registry : array Registry data
Constructors
__construct( namespace : string='default' ) : JRegistry
Builds a new JRegistry object and adds the namespace, setting it as the default.
Parameters [namespace] Default namespace
Methods
static &getInstance( id : string, namespace : string='default' ) : JRegistry
Gets a global instance of JRegistry, identified by id.
Pages:
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597