| 1 | <?php |
||
| 16 | class StatisticsModule implements ModuleInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param RegistratorInterface $registrator |
||
| 20 | */ |
||
| 21 | public function register(RegistratorInterface $registrator) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param PublisherInterface $publisher |
||
| 40 | * @param DirectoriesInterface $directories |
||
| 41 | */ |
||
| 42 | public function publish(PublisherInterface $publisher, DirectoriesInterface $directories) |
||
| 45 | } |