This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
FressRSS
mirror of
https://github.com/FreshRSS/FreshRSS.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
be5848fd4f
Branches
Tags
dependabot/composer/phpstan/phpstan-2.1.54
dependabot/github_actions/actions/configure-pages-6
dependabot/github_actions/actions/upload-pages-artifact-5
dependabot/github_actions/docker/metadata-action-6
dependabot/github_actions/docker/setup-buildx-action-4
dependabot/github_actions/ruby/setup-ruby-1.306.0
dependabot/npm_and_yarn/eslint-2db2934465
dependabot/npm_and_yarn/stylelint-c226a97001
edge
latest
1.28.1
1.28.0
1.27.1
1.27.0
1.26.3
1.26.2
1.26.1
1.26.0
1.25.0
1.24.3
1.24.2
1.24.1
1.24.0
1.23.1
1.23.0
1.22.1
1.22.0
1.21.0
1.20.2
1.20.1
1.20.0
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.2
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.3
1.14.2
1.14.1
1.14.0
1.13.1
1.13.0
1.12.0
1.11.2
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.2-beta
1.3.1-beta
1.2.0
1.3.0-beta
1.1.3-beta
1.1.2-beta
1.1.1
1.1.0
1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
0.8.1
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
FressRSS
/
app
/
Models
/
Searchable.php
Searchable.php
76 B
History
Raw
1
2
3
4
5
6
<?php
interface FreshRSS_Searchable {
public function searchById($id);
}