Public Member Functions | |
getName () | |
setName ($name) | |
| |
toString () | |
Static Public Member Functions | |
static | compareNames (Named $left, Named $right) |
Protected Attributes | |
$name = null |
Definition at line 19 of file NamedObject.class.php.
Definition at line 25 of file NamedObject.class.php.
References getName().
NamedObject::getName | ( | ) |
Implements Named.
Definition at line 32 of file NamedObject.class.php.
Referenced by compareNames(), HttpRequest::getByType(), and NamedTree::toString().
NamedObject::setName | ( | $ | name | ) |
Implements Named.
Definition at line 40 of file NamedObject.class.php.
References $name.
NamedObject::toString | ( | ) |
Implements Stringable.
Reimplemented in Enumeration, and HttpStatus.
Definition at line 47 of file NamedObject.class.php.
NamedObject::$name = null [protected] |
Definition at line 23 of file NamedObject.class.php.
Referenced by setName(), and NamedTree::toString().