name = $name; return $this; } public function getName() { return $this->name; } abstract public function isPublic(); }