4
0

Searchable.php 76 B

123456
  1. <?php
  2. interface FreshRSS_Searchable {
  3. public function searchById($id);
  4. }