id = uniqid($prefix,true); } /** * @return string */ public function getID() { return $this->id; } /** * @return string */ public function __toString() { return $this->id; } public function __clone() { throw new \BadMethodCallException('Cloning a ServiceRequestID is forbidden'); } }