| 1 | <?php | ||
| 22 | class SqlFileSpecificationFactory implements FileSpecificationFactory | ||
| 23 | { | ||
| 24 | public function buildFilterByNameSpecification($fileName, $offset = 0, $limit = -1) | ||
| 28 | |||
| 29 | public function buildByNameSpecification(FileName $fileName) | ||
| 33 | |||
| 34 | public function buildListOfIdsSpecification(array $ids, $offset = 0, $limit = -1) | ||
| 38 | } | ||
| 39 |