| 1 | <?php |
||
| 8 | class CookieMakerExtension |
||
| 9 | { |
||
| 10 | private $executable = 'CookieMaker.phar'; |
||
| 11 | |||
| 12 | private $sessionContainer; |
||
| 13 | |||
| 14 | public function init(array $sessions, $executable = null) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @Event("ResponseRetriever.setSessionContainer.before") |
||
| 41 | */ |
||
| 42 | public function addSessions(SessionContainer $sessionContainer) |
||
| 46 | } |
||
| 47 |