| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Delete |
||
| 13 | { |
||
| 14 | |||
| 15 | private $table; |
||
| 16 | private $terms; |
||
| 17 | private $delete; |
||
| 18 | private $statements; |
||
| 19 | private $result; |
||
| 20 | private $error; |
||
| 21 | |||
| 22 | |||
| 23 | public function __construct() |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return mixed |
||
| 29 | */ |
||
| 30 | public function getResult() |
||
| 33 | } |
||
| 34 | |||
| 35 | |||
| 36 | |||
| 37 | public function delete(string $table, string $terms, string $parseString) |
||
| 58 | } |