Ejemplo n.º 1
0
 /**
  * Get raw formats as provided by the basic driver
  * Wrap for getFormats() because it's overwritten in this driver
  *
  * @return String[]
  */
 public function getFormatsRaw()
 {
     return parent::getFormats();
 }