Class Uri
Uri Class
This class parses a URI and provides a common interface for the Joomla Framework to access and manipulate a URI.
- Joomla\Uri\AbstractUri implements Joomla\Uri\UriInterface
- Joomla\Uri\Uri
Direct known subclasses
Methods summary
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from Joomla\Uri\AbstractUri
__construct()
,
__toString()
,
buildQuery()
,
cleanPath()
,
getFragment()
,
getHost()
,
getPass()
,
getPath()
,
getPort()
,
getQuery()
,
getScheme()
,
getUser()
,
getVar()
,
hasVar()
,
isSSL()
,
parse()
,
toString()
Magic methods summary
Properties summary
Properties inherited from Joomla\Uri\AbstractUri
$fragment
,
$host
,
$pass
,
$path
,
$port
,
$query
,
$scheme
,
$uri
,
$user
,
$vars