1 | <?php |
||
19 | class SessionFactory implements SessionFactoryInterface |
||
20 | { |
||
21 | /** |
||
22 | * @param array $parameters |
||
23 | * @param ObjectFactoryInterface|null $objectFactory |
||
24 | * @param Cache|null $cache |
||
25 | * @param Cache|null $typeDefinitionCache |
||
26 | * @return Session |
||
27 | */ |
||
28 | public function createSession( |
||
37 | |||
38 | /** |
||
39 | * @param array $parameters |
||
40 | * @param ObjectFactoryInterface|null $objectFactory |
||
41 | * @param Cache|null $cache |
||
42 | * @param Cache|null $typeDefinitionCache |
||
43 | * @return Data\RepositoryInfoInterface[] |
||
44 | */ |
||
45 | public function getRepositories( |
||
59 | } |
||
60 |