This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
FreshRSS
espejo de
https://github.com/FreshRSS/FreshRSS.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
28dd652228
Ramas
Etiquetas
dependabot/npm_and_yarn/eslint-3e844170d7
edge
latest
1.29.1
1.29.0
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
FreshRSS
/
app
/
Models
/
Searchable.php
Searchable.php
76 B
Histórico
Raw
1
2
3
4
5
6
<?php
interface FreshRSS_Searchable {
public function searchById($id);
}