| 1 | <?php |
||
| 8 | class CallbackHandler |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Will take a Psr Server Request and return a Form or Xml callback object |
||
| 12 | * that represent the actual callback |
||
| 13 | * |
||
| 14 | * @param ServerRequestInterface $request |
||
| 15 | * @return FormCallback|XmlCallback |
||
| 16 | */ |
||
| 17 | public function handleCallback(ServerRequestInterface $request) |
||
| 29 | } |
||
| 30 |