Returns Application template name
Appendix
[ 404 ]
getUser( ) : JUser
Deprecated; use of this method is no longer advised.
Gets the current user object. Instead use:
$user =& JFactory::getUser();
Returns User object
getUserState( key : string ) : mixed
Gets a value from the user session registry.
Parameters key Name of the user session registry value
Returns Value from the user session registry
getUserStateFromRequest( key : string, request : string, default :
mixed=null, type : string='none' ) : string
Gets a value from the user session registry, updating with a request value if a request
value exists.
Parameters key Name of the session registry value
request Name of the request value
[default] Default value
[type]
Name of the hash from which the request
value should be retrieved
Returns Up-to-date value from the user session registry
initialise( options : array=array() ) : void
Initializes the application. Prepares application language, defines date formats, and builds
the application router.
Pages:
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562