
Public Member Functions | |
| getId () | |
| setId ($id) | |
| |
Static Public Member Functions | |
| static | wrap ($id) |
| |
Protected Attributes | |
| $id = null | |
;-)
Definition at line 21 of file IdentifiableObject.class.php.
| static IdentifiableObject::wrap | ( | $ | id | ) | [static] |
Definition at line 28 of file IdentifiableObject.class.php.
References $id.
| IdentifiableObject::getId | ( | ) |
Implements Identifiable.
Reimplemented in Enumeration.
Definition at line 35 of file IdentifiableObject.class.php.
Referenced by IdentifiableTree::toString().
| IdentifiableObject::setId | ( | $ | id | ) |
Implements Identifiable.
Reimplemented in Enumeration, and LogLevel.
Definition at line 49 of file IdentifiableObject.class.php.
References $id.
IdentifiableObject::$id = null [protected] |
Definition at line 23 of file IdentifiableObject.class.php.
Referenced by Enumeration::__construct(), DataType::create(), LogLevel::getInstance(), Enumeration::getObjectList(), LogLevel::setId(), setId(), Enumeration::setId(), and wrap().
1.5.4