URN is an absolute URI without authority part. More...
Public Member Functions | |
getKnownSubSchemes () | |
isValid () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$schemeSpecificPart = null | |
$knownSubSchemes |
URN is an absolute URI without authority part.
Definition at line 17 of file Urn.class.php.
static Urn::create | ( | ) | [static] |
Reimplemented from GenericUri.
Definition at line 33 of file Urn.class.php.
Referenced by GenericUri::getKnownSubSchemes().
Urn::getKnownSubSchemes | ( | ) |
Reimplemented from GenericUri.
Definition at line 38 of file Urn.class.php.
Urn::isValid | ( | ) |
Reimplemented from GenericUri.
Definition at line 43 of file Urn.class.php.
References GenericUri::getAuthority().
Urn::$knownSubSchemes [protected] |
array( 'urn' => 'Urn', 'mailto' => 'Urn', 'news' => 'Urn', 'isbn' => 'Urn', 'tel' => 'Urn', 'fax' => 'Urn', )
Definition at line 21 of file Urn.class.php.
Urn::$schemeSpecificPart = null [protected] |
Definition at line 19 of file Urn.class.php.