/**
  * @param string $entity
  * @param string $name
  */
 public function __construct($entity, $name)
 {
     parent::__construct($entity, $name);
 }
 public function __construct($entity = null, $name = null, $serviceId = null)
 {
     @trigger_error('The ' . __CLASS__ . ' class is deprecated. Use the Voelkel\\DataTablesBundle\\AbstractDataTable class instead.', E_USER_DEPRECATED);
     parent::__construct($entity, $name, $serviceId, false);
 }