Beispiel #1
0
 /**
  * {@inheritDoc}
  */
 public function getData($row, Column $column, array $attributes)
 {
     $accessor = PropertyAccess::getPropertyAccessor();
     return $accessor->getValue($row, $column->getProperty());
 }