Public Member Functions | |
getId () | |
setId ($id) | |
finalize () | |
isFinalized () | |
Static Public Member Functions | |
static | create () |
static | wrap ($id) |
Private Attributes | |
$id = null | |
$final = false |
Definition at line 18 of file Identifier.class.php.
static Identifier::create | ( | ) | [static] |
Definition at line 26 of file Identifier.class.php.
Referenced by Sequenceless::obtainSequence(), and wrap().
Identifier::finalize | ( | ) |
Definition at line 57 of file Identifier.class.php.
Identifier::getId | ( | ) |
Implements Identifiable.
Definition at line 39 of file Identifier.class.php.
Identifier::isFinalized | ( | ) |
Definition at line 64 of file Identifier.class.php.
Identifier::setId | ( | $ | id | ) |
Implements Identifiable.
Definition at line 47 of file Identifier.class.php.
References $id.
static Identifier::wrap | ( | $ | id | ) | [static] |
Definition at line 34 of file Identifier.class.php.
Identifier::$final = false [private] |
Definition at line 21 of file Identifier.class.php.
Identifier::$id = null [private] |
Definition at line 20 of file Identifier.class.php.