-
Notifications
You must be signed in to change notification settings - Fork 1
ThingWithAName
Liam Fiddler edited this page Sep 30, 2018
·
1 revision
An object that has a name
(This only exists so PHPDocumentor has something to document when testing the script)
- Class name: ThingWithAName
- Namespace:
private string $name
- Visibility: private
mixed ThingWithAName::setName(string $new_name)
Sets the name of this object
- Visibility: public
- $new_name string - The new name for this object
string ThingWithAName::getName()
Gets the name of this object
- Visibility: public