| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | protected function initDataSource(DataSourceFactoryInterface $factory) |
||
| 30 | { |
||
| 31 | /* @var $datasource \FSi\Component\DataSource\DataSource */ |
||
| 32 | $datasource = $factory->createDataSource('doctrine', array('entity' => $this->getClassName()), 'subscriber'); |
||
| 33 | |||
| 34 | return $datasource; |
||
| 35 | } |
||
| 36 | } |
||
| 37 |