| 1 | <?php |
||
| 13 | class PropertyCell implements CellInterface |
||
| 14 | { |
||
| 15 | private $accessor; |
||
| 16 | |||
| 17 | public function __construct(PropertyAccessorInterface $propertyAccessor = null) |
||
| 21 | |||
| 22 | public function createView($data, array $options): CellViewInterface |
||
| 29 | |||
| 30 | public function configureOptions(OptionsResolver $options) |
||
| 42 | } |
||
| 43 |