1 | <?php namespace EvolutionCMS\Legacy; |
||
8 | class PhpCompat implements PhpCompatInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param string|array $str |
||
12 | * @param int $flags |
||
13 | * @param string $encode |
||
14 | * @param int $safecount |
||
15 | * @return string|array |
||
16 | */ |
||
17 | public function htmlspecialchars($str = '', $flags = ENT_COMPAT, $encode = '', $safecount = 0) |
||
46 | |||
47 | public function entities($data) |
||
51 | } |
||
52 |
This check looks
TODO
comments that have been left in the code.``TODO``s show that something is left unfinished and should be attended to.