alias = $data['alias']; } /* Get the alias. */ public function getAlias(): string { return $this->alias; } }