1 | <?php |
||
5 | class PersistenceService |
||
6 | { |
||
7 | /** |
||
8 | * PersistenceService constructor. |
||
9 | */ |
||
10 | 10 | public function __construct() |
|
13 | |||
14 | public function query($sql, $params = []) |
||
18 | |||
19 | public function getColsOfTable($tableName) |
||
23 | |||
24 | 1 | public function getMetaData($table) |
|
43 | |||
44 | 1 | public function existsTable($tableName) |
|
48 | |||
49 | public function exec($sql, $values = []) |
||
53 | } |
||
54 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.