Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct( |
||
23 | Adapter $slaveAdapter, |
||
24 | $driver, |
||
25 | Platform\PlatformInterface $platform = null, |
||
26 | ResultSet\ResultSetInterface $queryResultPrototype = null |
||
27 | ) { |
||
28 | $this->slaveAdapter = $slaveAdapter; |
||
29 | parent::__construct($driver, $platform, $queryResultPrototype); |
||
30 | } |
||
31 | /** |
||
41 |