getConstants() ) ) { throw IllegalArgumentException(); } $this->value = $value; } /** * Conver the Enum value to String. * * @since 1.0.4 */ final public function __toString() { return $this->value; } }