index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
ICatchall.php
blob: 29954d35a88a38ef25578d17ef58053bf9de9542 (
plain
)
1
2
3
4
<?php
interface
ICatchall
{
function
catchall
(
string
$method
)
:
void
;
}