| 1 | <?php |
||
| 7 | class FilePropertiesMapper extends Mapper { |
||
| 8 | |||
| 9 | public function __construct(IDBConnection $db) { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @throws \OCP\AppFramework\Db\DoesNotExistException if not found |
||
| 15 | * @throws \OCP\AppFramework\Db\MultipleObjectsReturnedException if more than one result |
||
| 16 | */ |
||
| 17 | public function find($id) { |
||
| 22 | |||
| 23 | public function findAll($limit=null, $offset=null) { |
||
| 27 | } |
||
| 28 |