
Public Member Functions | |
| ensureAbsolute () | |
| isValidScheme () | |
| isValidPort () | |
| normalize () | |
|
| |
| makeComparable () | |
Static Public Member Functions | |
| static | create () |
| |
Protected Member Functions | |
| isValidHostName () | |
Protected Attributes | |
| $knownSubSchemes = array() | |
Definition at line 16 of file HttpUrl.class.php.
| static HttpUrl::create | ( | ) | [static] |
Reimplemented from Url.
Definition at line 23 of file HttpUrl.class.php.
Referenced by OpenIdCredentials::__construct(), NormalizeUrlFilter::apply(), OpenIdConsumer::checkAuthentication(), and OpenIdConsumer::doContinue().
| HttpUrl::ensureAbsolute | ( | ) |
Definition at line 28 of file HttpUrl.class.php.
References Url::fixAuthorityFromPath(), Url::fixMistakenPath(), GenericUri::getAuthority(), GenericUri::setAuthority(), and GenericUri::setPath().
Referenced by makeComparable().

| HttpUrl::isValidScheme | ( | ) |
| HttpUrl::isValidPort | ( | ) |
| HttpUrl::isValidHostName | ( | ) | [protected] |
Reimplemented from GenericUri.
Definition at line 80 of file HttpUrl.class.php.
References GenericUri::charPattern().

| HttpUrl::normalize | ( | ) |
Reimplemented from Url.
Definition at line 100 of file HttpUrl.class.php.
References GenericUri::$port, GenericUri::$scheme, GenericUri::getPath(), GenericUri::getPort(), GenericUri::getScheme(), GenericUri::setPath(), and GenericUri::setPort().

| HttpUrl::makeComparable | ( | ) |
Definition at line 119 of file HttpUrl.class.php.
References ensureAbsolute().
Referenced by OpenIdCredentials::__construct().

HttpUrl::$knownSubSchemes = array() [protected] |
1.5.4