| 1 | <?php |
||
| 7 | class Update implements Snippet, NeedTableAware |
||
| 8 | { |
||
| 9 | private |
||
| 10 | $tables; |
||
| 11 | |||
| 12 | 20 | public function __construct($table = null, $alias = null) |
|
| 21 | |||
| 22 | 17 | public function addTable($table, $alias = null) |
|
| 33 | |||
| 34 | 17 | public function toString() |
|
| 52 | |||
| 53 | 2 | public function hasNeededTable($tableName) |
|
| 65 | } |
||
| 66 |