Class UriImmutable
Uri Class
This is an immutable version of the uri class.
- Joomla\Uri\AbstractUri implements Joomla\Uri\UriInterface
- Joomla\Uri\UriImmutable
Methods summary
public
null
|
|
public
|
#
__construct( string $uri = null )
This is a special constructor that prevents calling the __construct method again. |
Methods inherited from Joomla\Uri\AbstractUri
__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