Parameters scheme Scheme to set to
setUser( user : string ) : void
Sets the URI username. This is part of the scheme authorization; it is not the same as
Joomla! authorization.
Parameters user Scheme username
setVar( name : string, value : string ) : string
Sets a value in the URI query. Returns the previous value.
Parameters name Name of query value
value New value
Returns Previous value
toString( parts : array=array('scheme', 'user', 'pass', 'host', 'port',
'path', 'query', 'fragment') ) : string
Returns the URI in string format, including the defined parts. The default value for parts
includes all of the possible parts of the URI. Order of elements in parts is not important.
Parameters [parts] Parts to include in the URI
Returns String representation of the JURI object
Appendix
[ 411 ]
_buildQuery( params : array, akey : string=null ) : string
Builds a URI query from the params associative array. akey is used internally as part of a
callback routine for array query values.
Parameters path Path to clean
[akey] Array name
Returns Cleaned path
_cleanPath( path : string ) : string
Cleans the passed URI.
Pages:
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570