$value])); } $this->value = $value; } /** * @return string One of self::ALIAS_* */ public function getValue(): string { return $this->value; } }