get('isAdmin'); } public function getName() { return $this->get('firstName') . ' ' . $this->get('lastName'); } }