| 1 | <?php |
||
| 13 | class MongoDbEntityConfigReaderImpl implements MongoDbEntityConfigReader |
||
| 14 | { |
||
| 15 | /** @var EntityConfigReader */ |
||
| 16 | private $delegate; |
||
| 17 | |||
| 18 | public function __construct(EntityConfigReader $delegate) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param \ReflectionClass $subject |
||
| 25 | * |
||
| 26 | * @return MongoDbEntityConfig |
||
| 27 | */ |
||
| 28 | 2 | public function getEntityConfig(\ReflectionClass $subject) |
|
| 34 | } |
||
| 35 |