Apache Zeta Components Manual :: Package Url Element Index
Element index for package Url
Package indexes
[
a ]
[
b ]
[
e ]
[
g ]
[
i ]
[
m ]
[
p ]
[
r ]
[
s ]
[
u ]
[
_ ]
Letter '_'
- __construct
- in file url_not_registered_exception.php, method ezcUrlNotRegisteredException::__construct()
Constructs a new ezcUrlNotRegisteredException.
- __construct
- in file url_no_configuration_exception.php, method ezcUrlNoConfigurationException::__construct()
Constructs a new ezcUrlNoConfigurationException.
- __construct
- in file url_invalid_parameter_exception.php, method ezcUrlInvalidParameterException::__construct()
Constructs a new ezcInvalidParameterException.
- __construct
- in file url_exception.php, method ezcUrlException::__construct()
Constructs a new ezcUrlException with error message $message.
- __construct
- in file url.php, method ezcUrl::__construct()
Constructs a new ezcUrl object from the string $url.
- __construct
- in file url_configuration.php, method ezcUrlConfiguration::__construct()
Constructs a new ezcUrlConfiguration object.
- __toString
- in file url.php, method ezcUrl::__toString()
Returns this URL as a string by calling buildUrl().
Letter 'a'
- addOrderedParameter
- in file url_configuration.php, method ezcUrlConfiguration::addOrderedParameter()
Adds an ordered parameter to the URL configuration.
- addUnorderedParameter
- in file url_configuration.php, method ezcUrlConfiguration::addUnorderedParameter()
Adds an unordered parameter to the URL configuration.
- AGGREGATE_ARGUMENTS
- 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.
- applyConfiguration
- in file url.php, method ezcUrl::applyConfiguration()
Applies the URL configuration $configuration to the current url.
Letter 'b'
- buildUrl
- in file url.php, method ezcUrl::buildUrl()
Returns this URL as a string.
Letter '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.
Letter 'g'
- getCurrentUrl
- in file url_tools.php, method ezcUrlTools::getCurrentUrl()
Returns the current URL as a string from the array $source (by default $_SERVER).
- getInstance
- in file url_configuration.php, method ezcUrlConfiguration::getInstance()
Returns the instance of the class.
- getParam
- in file url.php, method ezcUrl::getParam()
Returns the value of the specified parameter from the URL based on the active URL configuration.
- getParams
- in file url.php, method ezcUrl::getParams()
Returns the unordered parameters from the URL as a flat array.
- getQuery
- in file url.php, method ezcUrl::getQuery()
Returns the query elements as an associative array.
- getUrl
- in file url_creator.php, method ezcUrlCreator::getUrl()
Returns the URL registered as $name.
Letter 'i'
- isRelative
- in file url.php, method ezcUrl::isRelative()
Returns true if this URL is relative and false if the URL is absolute.
Letter 'm'
- MULTIPLE_ARGUMENTS
- in file url_configuration.php, class constant ezcUrlConfiguration::MULTIPLE_ARGUMENTS
Flag for specifying multiple arguments for unordered parameters.
Letter 'p'
- parseOrderedParameters
- in file url.php, method ezcUrl::parseOrderedParameters()
Returns ordered parameters from the $path array.
- parseQueryString
- in file url_tools.php, method ezcUrlTools::parseQueryString()
Parses the provided string and returns an associative array structure.
- parseUnorderedParameters
- in file url.php, method ezcUrl::parseUnorderedParameters()
Returns unordered parameters from the $path array.
- prependUrl
- in file url_creator.php, method ezcUrlCreator::prependUrl()
Returns the URL registerd as $name prepended to $suffix.
Letter 'r'
- registerUrl
- in file url_creator.php, method ezcUrlCreator::registerUrl()
Registers $url as $name in the URLs list.
- removeOrderedParameter
- in file url_configuration.php, method ezcUrlConfiguration::removeOrderedParameter()
Removes an ordered parameter from the URL configuration.
- removeUnorderedParameter
- in file url_configuration.php, method ezcUrlConfiguration::removeUnorderedParameter()
Removes an unordered parameter from the URL configuration.
Letter 's'
- setParam
- in file url.php, method ezcUrl::setParam()
Sets the specified parameter in the URL based on the URL configuration.
- setQuery
- in file url.php, method ezcUrl::setQuery()
Set the query elements using the associative array provided.
- SINGLE_ARGUMENT
- in file url_configuration.php, class constant ezcUrlConfiguration::SINGLE_ARGUMENT
Flag for specifying single arguments for unordered parameters.
Letter 'u'
- 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