Identifier Class Reference
[Widely used base classes and interfacesClasses implemented in PHP's extension.]

See also:
Identifiable
More...

Inheritance diagram for Identifier:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 getId ()
 setId ($id)
 
Returns:
Identifier

 finalize ()
 
Returns:
Identifier

 isFinalized ()

Static Public Member Functions

static create ()
 
Returns:
Identifier

static wrap ($id)
 
Returns:
Identifier


Private Attributes

 $id = null
 $final = false


Detailed Description

See also:
Identifiable

Definition at line 19 of file Identifier.class.php.


Member Function Documentation

static Identifier::create (  )  [static]

Returns:
Identifier

Definition at line 27 of file Identifier.class.php.

Referenced by Sequenceless::obtainSequence().

static Identifier::wrap ( id  )  [static]

Returns:
Identifier

Definition at line 35 of file Identifier.class.php.

References $id.

Identifier::getId (  ) 

Implements Identifiable.

Definition at line 40 of file Identifier.class.php.

Identifier::setId ( id  ) 

Returns:
Identifier

Implements Identifiable.

Definition at line 48 of file Identifier.class.php.

References $id.

Identifier::finalize (  ) 

Returns:
Identifier

Definition at line 58 of file Identifier.class.php.

Identifier::isFinalized (  ) 

Definition at line 65 of file Identifier.class.php.


Member Data Documentation

Identifier::$id = null [private]

Definition at line 21 of file Identifier.class.php.

Referenced by setId(), and wrap().

Identifier::$final = false [private]

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


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