| 1 | <?php |
||
| 19 | class ExternalTimeTable extends AbstractTimeTable |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Modify the given times via the configuration. |
||
| 24 | * |
||
| 25 | * @param array $times |
||
| 26 | * @param Configuration $configuration |
||
| 27 | * |
||
| 28 | * @throws \TYPO3\CMS\Core\Exception |
||
| 29 | */ |
||
| 30 | public function handleConfiguration(array &$times, Configuration $configuration) |
||
| 51 | } |
||
| 52 |