allowMethod ('getName'); } public function getName () { return $this->name; } public function setName ($name) { $this->name = $name; } }