1 | <?php |
||
26 | trait NotSupportedTrait |
||
27 | { |
||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function toSql(Connection $connection, Grammar $grammar) |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | protected function createIndexName($type, array $columns) |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | public function addColumn($type, $name, array $parameters = []) |
||
51 | |||
52 | /** |
||
53 | * {@inheritdoc} |
||
54 | */ |
||
55 | public function removeColumn($name) |
||
59 | |||
60 | /** |
||
61 | * {@inheritdoc} |
||
62 | */ |
||
63 | protected function addCommand($name, array $parameters = []) |
||
67 | |||
68 | /** |
||
69 | * {@inheritdoc} |
||
70 | */ |
||
71 | protected function createCommand($name, array $parameters = []) |
||
75 | |||
76 | /** |
||
77 | * {@inheritdoc} |
||
78 | */ |
||
79 | public function getChangedColumns() |
||
83 | } |
||
84 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.