Urn Class Reference
[Internet standarts implementations]

URN is an absolute URI without authority part. More...

Inheritance diagram for Urn:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 getKnownSubSchemes ()
 isValid ()

Static Public Member Functions

static create ()
 
Returns:
Urn


Protected Attributes

 $schemeSpecificPart = null
 $knownSubSchemes


Detailed Description

URN is an absolute URI without authority part.

Definition at line 18 of file Urn.class.php.


Member Function Documentation

static Urn::create (  )  [static]

Returns:
Urn

Reimplemented from GenericUri.

Definition at line 34 of file Urn.class.php.

Referenced by GenericUri::getKnownSubSchemes().

Urn::getKnownSubSchemes (  ) 

Reimplemented from GenericUri.

Definition at line 39 of file Urn.class.php.

Urn::isValid (  ) 

Reimplemented from GenericUri.

Definition at line 44 of file Urn.class.php.

References GenericUri::getAuthority().

Here is the call graph for this function:


Member Data Documentation

Urn::$schemeSpecificPart = null [protected]

Definition at line 20 of file Urn.class.php.

Urn::$knownSubSchemes [protected]

Initial value:

 array(
            'urn'       => 'Urn',
            'mailto'    => 'Urn',
            'news'      => 'Urn',
            'isbn'      => 'Urn',
            'tel'       => 'Urn',
            'fax'       => 'Urn',
        )

Definition at line 22 of file Urn.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:42 2007 for onPHP by  doxygen 1.5.4