| 1 | <?php |
||
| 13 | class Editable extends AbstractCellDecorator |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Constructor |
||
| 18 | * |
||
| 19 | * @param array $options |
||
| 20 | * @throws Exception\InvalidArgumentException |
||
| 21 | */ |
||
| 22 | public function __construct($options = array()) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Rendering decorator |
||
| 28 | * |
||
| 29 | * @param string $context |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function render($context) |
||
| 39 | } |
||
| 40 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.