Url
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package Url
[
a ]
[
b ]
[
e ]
[
g ]
[
i ]
[
p ]
[
r ]
[
s ]
[
u ]
[
_ ]
_
- __construct : ezcUrlNotRegisteredException
- in file url_not_registered_exception.php, method ezcUrlNotRegisteredException::__construct()
Constructs a new ezcUrlNotRegisteredException.
- __construct : ezcUrlNoConfigurationException
- in file url_no_configuration_exception.php, method ezcUrlNoConfigurationException::__construct()
Constructs a new ezcUrlNoConfigurationException.
- __construct : ezcUrlInvalidParameterException
- in file url_invalid_parameter_exception.php, method ezcUrlInvalidParameterException::__construct()
Constructs a new ezcInvalidParameterException.
- __construct : ezcUrlException
- in file url_exception.php, method ezcUrlException::__construct()
Constructs a new ezcUrlException with error message $message.
- __construct : ezcUrl
- in file url.php, method ezcUrl::__construct()
Constructs a new ezcUrl object from the string $url.
- __construct : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::__construct()
Constructs a new ezcUrlConfiguration object.
- __toString : ezcUrl
- in file url.php, method ezcUrl::__toString()
Returns this URL as a string by calling buildUrl().
a
- addOrderedParameter : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::addOrderedParameter()
Adds an ordered parameter to the URL configuration.
- addUnorderedParameter : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::addUnorderedParameter()
Adds an unordered parameter to the URL configuration.
- applyConfiguration : ezcUrl
- in file url.php, method ezcUrl::applyConfiguration()
Applies the URL configuration $configuration to the current url.
b
- buildUrl : ezcUrl
- in file url.php, method ezcUrl::buildUrl()
Returns this URL as a string.
e
- ezcUrl
- in file url.php, class ezcUrl
ezcUrl stores an URL both absolute and relative and contains methods to retrieve the various parts of the URL and to manipulate them.
- ezcUrlConfiguration
- in file url_configuration.php, class ezcUrlConfiguration
ezcUrlConfiguration makes it possible to use a custom URL form in your application.
- ezcUrlCreator
- in file url_creator.php, class ezcUrlCreator
ezcUrlCreator makes it easy to create urls from scratch.
- ezcUrlException
- in file url_exception.php, class ezcUrlException
ezcUrlExceptions are thrown when an exceptional state occures in the Url package.
- ezcUrlInvalidParameterException
- in file url_invalid_parameter_exception.php, class ezcUrlInvalidParameterException
ezcUrlInvalidParameterException is thrown at get/set of a parameter undefined in the configuration.
- ezcUrlNoConfigurationException
- in file url_no_configuration_exception.php, class ezcUrlNoConfigurationException
ezcUrlNoConfigurationException is thrown whenever you try to use a url configuration that is not defined.
- ezcUrlNotRegisteredException
- in file url_not_registered_exception.php, class ezcUrlNotRegisteredException
ezcUrlNotRegisteredException is thrown whenever you try to use a url that is not registered.
- ezcUrlTools
- in file url_tools.php, class ezcUrlTools
Class providing methods for URL parsing.
g
- AGGREGATE_ARGUMENTS : ezcUrlConfiguration
- in file url_configuration.php, class constant ezcUrlConfiguration::AGGREGATE_ARGUMENTS
Flag for specifying aggregation for unordered parameter values if the parameter name appears more than once in the URL.
- getCurrentUrl : ezcUrlTools
- in file url_tools.php, method ezcUrlTools::getCurrentUrl()
Returns the current URL as a string from the array $source (by default $_SERVER).
- getInstance : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::getInstance()
Returns the instance of the class.
- getParam : ezcUrl
- in file url.php, method ezcUrl::getParam()
Returns the value of the specified parameter from the URL based on the active URL configuration.
- getParams : ezcUrl
- in file url.php, method ezcUrl::getParams()
Returns the unordered parameters from the URL as a flat array.
- getQuery : ezcUrl
- in file url.php, method ezcUrl::getQuery()
Returns the query elements as an associative array.
- getUrl : ezcUrlCreator
- in file url_creator.php, method ezcUrlCreator::getUrl()
Returns the URL registered as $name.
i
- isRelative : ezcUrl
- in file url.php, method ezcUrl::isRelative()
Returns true if this URL is relative and false if the URL is absolute.
- SINGLE_ARGUMENT : ezcUrlConfiguration
- in file url_configuration.php, class constant ezcUrlConfiguration::SINGLE_ARGUMENT
Flag for specifying single arguments for unordered parameters.
p
- parseOrderedParameters : ezcUrl
- in file url.php, method ezcUrl::parseOrderedParameters()
Returns ordered parameters from the $path array.
- parseQueryString : ezcUrlTools
- in file url_tools.php, method ezcUrlTools::parseQueryString()
Parses the provided string and returns an associative array structure.
- parseUnorderedParameters : ezcUrl
- in file url.php, method ezcUrl::parseUnorderedParameters()
Returns unordered parameters from the $path array.
- prependUrl : ezcUrlCreator
- in file url_creator.php, method ezcUrlCreator::prependUrl()
Returns the URL registerd as $name prepended to $suffix.
r
- registerUrl : ezcUrlCreator
- in file url_creator.php, method ezcUrlCreator::registerUrl()
Registers $url as $name in the URLs list.
- removeOrderedParameter : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::removeOrderedParameter()
Removes an ordered parameter from the URL configuration.
- removeUnorderedParameter : ezcUrlConfiguration
- in file url_configuration.php, method ezcUrlConfiguration::removeUnorderedParameter()
Removes an unordered parameter from the URL configuration.
s
- setParam : ezcUrl
- in file url.php, method ezcUrl::setParam()
Sets the specified parameter in the URL based on the URL configuration.
- setQuery : ezcUrl
- in file url.php, method ezcUrl::setQuery()
Set the query elements using the associative array provided.
u
- MULTIPLE_ARGUMENTS : ezcUrlConfiguration
- in file url_configuration.php, class constant ezcUrlConfiguration::MULTIPLE_ARGUMENTS
Flag for specifying multiple arguments for unordered parameters.
- url_exception.php
- procedural page url_exception.php
- url_invalid_parameter_exception.php
- procedural page url_invalid_parameter_exception.php
- url_not_registered_exception.php
- procedural page url_not_registered_exception.php
- url_no_configuration_exception.php
- procedural page url_no_configuration_exception.php
- url.php
- procedural page url.php
- url_configuration.php
- procedural page url_configuration.php
- url_creator.php
- procedural page url_creator.php
- url_tools.php
- procedural page url_tools.php
Last updated: Thu, 03 Jul 2008