1 | <?php namespace Limoncello\Application\Packages\Cookies; |
||
26 | class CookieProvider implements SI, CCI, MI |
||
27 | { |
||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | public static function getContainerConfigurators(): array |
||
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | */ |
||
41 | public static function getMiddleware(): array |
||
47 | |||
48 | /** |
||
49 | * @inheritdoc |
||
50 | */ |
||
51 | public static function getSettings(): array |
||
57 | } |
||
58 |