| 1 | <?php |
||
| 4 | class ChatEmoticons |
||
| 5 | { |
||
| 6 | /** |
||
| 7 | * @var string |
||
| 8 | */ |
||
| 9 | protected $images; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var string |
||
| 13 | */ |
||
| 14 | protected $regex; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function getImages() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param string $images |
||
| 26 | */ |
||
| 27 | public function setImages($images) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | public function getRegex() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param string $regex |
||
| 42 | */ |
||
| 43 | public function setRegex($regex) |
||
| 47 | } |