index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Models
/
Searchable.php
blob: d5bcea49d7dda3b8a04f5b4a0fedb45f7b0606cd (
plain
)
1
2
3
4
5
6
<?php interface FreshRSS_Searchable { public function searchById($id); }