| 1 | <?php |
||
| 11 | class EntityStoreFactory { |
||
| 12 | |||
| 13 | private $connection; |
||
| 14 | private $config; |
||
| 15 | |||
| 16 | 1 | public function __construct( Connection $connection, EntityStoreConfig $config ) { |
|
| 20 | |||
| 21 | public function newEntityStore() { |
||
| 27 | |||
| 28 | public function newItemStore() { |
||
| 31 | |||
| 32 | public function newPropertyStore() { |
||
| 35 | |||
| 36 | 1 | public function newPropertyTypeLookup() { |
|
| 39 | |||
| 40 | } |