If namespace is not
specified, the default namespace will be used.
Parameters namespace The namespace to get
Returns Array representation of the registry
Appendix
[ 434 ]
toObject( namespace : string=null ) : array
Gets an object (stdClass) representation of the registry namespace. If namespace is not
specified, the default namespace will be used.
Parameters [namespace] The namespace to load the array into
Returns Object representation of the registry
toString( format : string='INI', namespace : string=null, params :
mixed) : string
Gets a string representation of the registry namespace in the specified format. Possible
formats are INI, PHP, and XML. If the namespace is not specified, the default namespace
will be used. params is passed to the format handler objectToString() method; use of
params depends upon format. Some format handlers are restricted to a maximum depth.
Parameters [format] Registry format handler name
[namespace] The namespace to get
[params] Options to pass to the format handler
Returns String representation of the registry
JSession
extends JObject
Handles a user session and stores session data in namespaces.
Pages:
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601