| 1 | <?php |
||
| 15 | class PropertyCell implements CellInterface |
||
| 16 | { |
||
| 17 | private $accessor; |
||
| 18 | |||
| 19 | public function __construct(PropertyAccessorInterface $propertyAccessor = null) |
||
| 23 | |||
| 24 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 27 | |||
| 28 | public function createView(RowData $data, array $options): CellViewInterface |
||
| 35 | |||
| 36 | public function configureOptions(OptionsResolver $options) |
||
| 48 | } |
||
| 49 |