]> git.wh0rd.org - tt-rss.git/blob - ihandler.php
01c9e310992ff690f892cbc79dd277de602e97f9
[tt-rss.git] / ihandler.php
1 <?php
2 interface IHandler {
3 function csrf_ignore($method);
4 function before($method);
5 function after();
6 }