1 | <?php |
||
9 | class Update implements Snippet, NeedTableAware |
||
10 | { |
||
11 | private |
||
12 | $tables; |
||
13 | |||
14 | 20 | public function __construct($table = null, ?string $alias = null) |
|
23 | |||
24 | 17 | public function addTable($table, ?string $alias = null): self |
|
35 | |||
36 | 17 | public function toString(): string |
|
54 | |||
55 | 2 | public function hasNeededTable(string $tableName): bool |
|
67 | } |
||
68 |