getData(self::FIRST_NAME); } /** * {@inheritdoc} */ public function getLastName() { return $this->getData(self::LAST_NAME); } }