| 1 | <?php |
||
| 18 | class AliasMapper extends Mapper { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param IDb $db |
||
| 22 | */ |
||
| 23 | public function __construct(IDb $db) { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param int $id |
||
| 29 | * @return Alias[] |
||
| 30 | */ |
||
| 31 | public function find($id) { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param int $accountId |
||
| 38 | * @return Alias |
||
| 39 | */ |
||
| 40 | public function findAll($accountId) { |
||
| 44 | } |
||
| 45 |