Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function __construct(Adapter $slaveAdapter, $driver, |
||
21 | Platform\PlatformInterface $platform = null, |
||
22 | ResultSet\ResultSetInterface $queryResultPrototype = null) |
||
23 | { |
||
24 | $this->slaveAdapter = $slaveAdapter; |
||
25 | parent::__construct($driver, $platform, $queryResultPrototype); |
||
26 | } |
||
27 | /** |
||
37 |