@@ -181,6 +181,9 @@ |
||
| 181 | 181 | return $first . mb_substr($string, 1, null, $encoding); |
| 182 | 182 | } |
| 183 | 183 | |
| 184 | + /** |
|
| 185 | + * @return string |
|
| 186 | + */ |
|
| 184 | 187 | public function getUniqueId() { |
| 185 | 188 | if ($this->uniqueId) { |
| 186 | 189 | return $this->uniqueId; |