inital commit
[pharext/pharext.org] / app / Controller.php
1 <?php
2
3 namespace app;
4
5 interface Controller
6 {
7 function __invoke(array $args = null);
8 }