| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 59 | public function __construct(string $type, bool $isBinary, |
||
| 60 | string $name, string $orgName, string $table = '', string $orgTable = '') |
||
| 61 | { |
||
| 62 | $this->type = $type; |
||
| 63 | $this->isBinary = $isBinary; |
||
| 64 | $this->name = $name; |
||
| 65 | $this->orgName = $orgName; |
||
| 66 | $this->table = $table; |
||
| 67 | $this->orgTable = $orgTable; |
||
| 68 | } |
||
| 105 |