1 | <?php |
||
10 | class UserAclListener |
||
11 | { |
||
12 | /** |
||
13 | * @var ContainerInterface |
||
14 | */ |
||
15 | protected $container; |
||
16 | |||
17 | public function __construct(ContainerInterface $container) |
||
21 | |||
22 | /** |
||
23 | * @param OnFlushEventArgs $onFlushEventArgs |
||
24 | */ |
||
25 | public function onFlush(OnFlushEventArgs $onFlushEventArgs) |
||
53 | } |
||
54 |