Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getFormat()
 {
     return parent::getFormat() . '.sql';
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 public function getFormat()
 {
     return sprintf('%s.sql', parent::getFormat());
 }