| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct($driver, $database, $databaseName, $type, $table, $item) |
||
| 22 | { |
||
| 23 | parent::__construct(); |
||
| 24 | $this->driver = $driver; |
||
| 25 | $this->database = $database; |
||
| 26 | $this->databaseName = $databaseName; |
||
| 27 | $this->type = $type; |
||
| 28 | $this->table = $table; |
||
| 29 | $this->item = $item; |
||
| 30 | } |
||
| 31 | |||
| 44 |