Public Member Functions | |
getName () | |
setName ($name) | |
toString () | |
Static Public Member Functions | |
static | compareNames (Named $left, Named $right) |
Protected Attributes | |
$name = null |
Definition at line 18 of file NamedObject.class.php.
Definition at line 24 of file NamedObject.class.php.
References Named::getName().
NamedObject::getName | ( | ) |
Definition at line 31 of file NamedObject.class.php.
Referenced by HttpRequest::getByType(), NamedTree::toString(), and Dialect::typeToString().
NamedObject::setName | ( | $ | name | ) |
NamedObject::toString | ( | ) |
Implements Stringable.
Definition at line 46 of file NamedObject.class.php.
NamedObject::$name = null [protected] |
Definition at line 22 of file NamedObject.class.php.
Referenced by MetaRelation::makeFromName(), setName(), and NamedTree::toString().