| 1 | <?php |
||
| 14 | class EmoticonCollection extends NormalizedCollection |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Normalize an emoticon's template |
||
| 18 | * |
||
| 19 | * NOTE: this allows the HTML syntax to be used for individual emoticons |
||
| 20 | * |
||
| 21 | * @param string $value Emoticon's original markup |
||
| 22 | * @return string Normalized template |
||
| 23 | */ |
||
| 24 | 3 | public function normalizeValue($value) |
|
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 1 | protected function getAlreadyExistsException($key) |
|
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | 1 | protected function getNotExistException($key) |
|
| 44 | } |