1 | <?php |
||
7 | class ObjectAccessor implements Accesses |
||
8 | { |
||
9 | public function &getValue(&$target, $token) |
||
19 | |||
20 | public function &setValue(&$target, $token, &$value) |
||
26 | |||
27 | public function unsetValue(&$target, $token) |
||
31 | |||
32 | public function hasValue(&$target, $token) |
||
36 | |||
37 | public function covers(&$target) |
||
41 | } |
||
42 |