Returns Scheme password
getPath( ) : string
Gets the URI path. This does not include the host name.
Returns URI path
getPort( ) : int
Gets the URI port. If it is the default port for the scheme, this may not return anything.
Returns Port number
Appendix
[ 409 ]
getQuery( toArray : boolean=false ) : mixed
Gets the URI query. If toArray is false, it will return a string, otherwise it will return an
associative array.
Parameters [toArray] Get in array format
Returns URI query string
getScheme( ) : string
Gets the URI scheme, normally http or https.
Returns URI scheme
getUser( ) : string
Gets the URI username. This is part of HTTP authorization; it is not the same as Joomla!
authorization, or Joomla! user's username.
Returns Scheme username
getVar( name : string=null, default : mixed=null ) : string
Gets a value from the URI query. Returns default if not set.
Parameters [name] Name of query value
[default] Default value
Returns Value from the URI query
isSSL( ) : boolean
Determines if the URI scheme is https.
Pages:
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568