Adds a name
string $name Name:
$this
public function addName($name) { $this->names[] = $name; return $this; }