Example #1
0
 /**
  * @param DriverInterface $driver
  * @param                 $type
  *
  * @return string
  */
 private static function getClassByDriverAndType(DriverInterface $driver, $type)
 {
     return $driver->getWriterClassByType('Excel', $type);
 }