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