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 19 of file Identifier.class.php.
static Identifier::create | ( | ) | [static] |
Definition at line 27 of file Identifier.class.php.
Referenced by Sequenceless::obtainSequence().
static Identifier::wrap | ( | $ | id | ) | [static] |
Identifier::getId | ( | ) |
Identifier::setId | ( | $ | id | ) |
Implements Identifiable.
Definition at line 48 of file Identifier.class.php.
References $id.
Identifier::finalize | ( | ) |
Identifier::isFinalized | ( | ) |
Definition at line 65 of file Identifier.class.php.
Identifier::$id = null [private] |
Identifier::$final = false [private] |
Definition at line 22 of file Identifier.class.php.