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