]> git.wh0rd.org - tt-rss.git/blame - classes/ihandler.php
Revert "Fix accidental use of emtpy array: [E_WARNING (2) plugins/af_readability...
[tt-rss.git] / classes / ihandler.php
CommitLineData
8dcb2b47
AD
1<?php
2interface IHandler {
3 function csrf_ignore($method);
4 function before($method);
5 function after();
6}
7?>