*/ interface DataDumperInterface { /** * Dumps data to fixtures from a given connection. * * @param string $filename The file name to write data. * @param string $connectionName The Propel connection name. */ public function dump($filename, $connectionName = null); }