1 | <?php |
||
20 | class Windows1252 extends FormatterBase |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * Converts the string to windows-1252 encoding. |
||
25 | * |
||
26 | * @param string|int|float $input anything easily cast into a string |
||
27 | * @return string |
||
28 | */ |
||
29 | public function format($input) |
||
36 | } |
||
37 | // End of file EmojiRemoval.php |
||
38 | // Location: core\services\formatters/EmojiRemoval.php |