lib/ezutils/classes/ezuri.php
\eZURI
Package:
Properties
Methods


instance(
false | string $uri
=
false
)
:
\eZURI
static
Returns a shared instance of the eZURI class IF $uri is false or the same as current request uri, if not then a new non shared instance is created.
Parameters
Returns
Name | Type | Description |
---|---|---|
$uri | false | string | Shared uri instance if false |
Type | Description |
---|---|
\eZURI |


originalURIString(
$withLeadingSlash
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$withLeadingSlash |


setURIString(
$uri, $fullInitialize
=
true
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$uri | ||
$fullInitialize |


transformURI(
$href, $ignoreIndexDir
=
false, $serverURL
=
'relative'
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$href | ||
$ignoreIndexDir | ||
$serverURL |