1 | <?php |
||
22 | class SessionFactory implements ISessionFactory |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Creates new session based on browser configuration. |
||
27 | * |
||
28 | * @param BrowserConfiguration $browser Browser configuration. |
||
29 | * |
||
30 | * @return Session |
||
31 | */ |
||
32 | 5 | public function createSession(BrowserConfiguration $browser) |
|
36 | |||
37 | } |
||
38 |