| 1 | <?php |
||
| 23 | class Wysiwyg |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Constructor. |
||
| 27 | * |
||
| 28 | * @param array $toolbars Array which contains toolbar |
||
| 29 | */ |
||
| 30 | public function __construct(array $toolbars) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Callback method that manages the Wysiwyg toolbars. |
||
| 36 | * |
||
| 37 | * @param array $toolbars Array which contains the toolbars |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | public function toolbars(array $toolbars) |
||
| 44 | } |
||
| 45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.