コード例 #1
0
ファイル: SqlExporter.php プロジェクト: cybercog/country-list
 /**
  * {@inheritdoc}
  */
 public function getFormat()
 {
     return parent::getFormat() . '.sql';
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function getFormat()
 {
     return sprintf('%s.sql', parent::getFormat());
 }