| 1 | <?php |
||
| 34 | class Json implements ResponseInterface |
||
| 35 | { |
||
| 36 | /** |
||
| 37 | * translate the content |
||
| 38 | * @see \Venus\lib\Response\ResponseInterface::translate() |
||
| 39 | * |
||
| 40 | * @access public |
||
| 41 | * @param mixed $mContent content to translate |
||
| 42 | * @return mixed |
||
| 43 | */ |
||
| 44 | public static function translate($mContent) |
||
| 48 | |||
| 49 | } |
||
| 50 |