Add request class. Not really tested yet.
[rock.divinelegy.git] / Controllers / IDivineController.php
1 <?php
2
3 namespace Controllers;
4
5 interface IDivineController
6 {
7 public function setJsonResponse($bool);
8 public function getAction();
9 }