Skip to content
Liam Fiddler edited this page Sep 30, 2018 · 1 revision

ThingWithAName

An object that has a name

(This only exists so PHPDocumentor has something to document when testing the script)

  • Class name: ThingWithAName
  • Namespace:

Properties

$name

private string $name
  • Visibility: private

Methods

setName

mixed ThingWithAName::setName(string $new_name)

Sets the name of this object

  • Visibility: public

Arguments

  • $new_name string - The new name for this object

getName

string ThingWithAName::getName()

Gets the name of this object

  • Visibility: public
Clone this wiki locally