index = static::newIndex(); } /** * Get the Unique ID value * * @return string */ public function getValue() { return self::PREFIX . $this->index; } /** * Get the string representation * * @return string */ public function __toString() { return $this->getValue(); } }