1 | <?php |
||
11 | class SerializeHelper |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * set proper headers to present xml correctly |
||
16 | */ |
||
17 | public static function xmlContentType() |
||
22 | |||
23 | /** |
||
24 | * @param string $location |
||
25 | * @param array $parameters |
||
26 | * @return string |
||
27 | */ |
||
28 | public static function redirectUrl(string $location, array $parameters) |
||
35 | } |
||
36 |