1 | <?php |
||
34 | class Update extends StatementAbstract implements UpdateStatementInterface |
||
35 | { |
||
36 | use ClauseTrait, UpdateTrait, TableTrait, WhereTrait; |
||
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | */ |
||
41 | protected function getConfigs()/*# : array */ |
||
49 | |||
50 | /** |
||
51 | * {@inheritDoc} |
||
52 | */ |
||
53 | protected function getType()/*# : string */ |
||
57 | } |
||
58 |