| 1 | <?php |
||
| 22 | final class DoctrineMongodDBFactory extends AbstractDoctrineAdapterFactory |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function getAdapter(array $config) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | protected static function configureOptionResolver(OptionsResolver $resolver) |
||
| 45 | |||
| 46 | protected static function verifyDependencies() |
||
| 54 | } |
||
| 55 |