| 1 | <?php |
||
| 13 | class AttendeeLoader extends AbstractLoader |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return EE_Base_Class |
||
| 17 | * @throws EE_Error |
||
| 18 | * @throws InvalidArgumentException |
||
| 19 | * @throws InvalidDataTypeException |
||
| 20 | * @throws InvalidInterfaceException |
||
| 21 | */ |
||
| 22 | protected function getQuery() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param array $keys |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | * @throws EE_Error |
||
| 32 | * @throws InvalidArgumentException |
||
| 33 | * @throws InvalidDataTypeException |
||
| 34 | * @throws InvalidInterfaceException |
||
| 35 | */ |
||
| 36 | protected function getWhereParams(array $keys) |
||
| 42 | } |
||
| 43 |