1 | <?php |
||
5 | trait EntityAccess { |
||
6 | |||
7 | /** \brief Contains the array passed __construct */ |
||
8 | private $container; |
||
9 | |||
10 | public function __construct($data) { |
||
15 | |||
16 | public function offsetSet($offset, $value) { |
||
19 | |||
20 | public function offsetExists($offset) { |
||
26 | |||
27 | public function offsetUnset($offset) { |
||
32 | |||
33 | public function offsetGet($offset) { |
||
45 | |||
46 | } |
||
47 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.