コード例 #1
0
ファイル: dbXMLtoSQL.php プロジェクト: sedici/ocs
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 	If specified, the first argument should be the file to parse
  */
 function dbXMLtoSQL($argv = array())
 {
     parent::XmlToSqlTool($argv);
 }
コード例 #2
0
ファイル: dbXMLtoSQL.php プロジェクト: pkp/ojs
 /**
  * Constructor.
  * @param $argv array command-line arguments
  * 	If specified, the first argument should be the file to parse
  */
 function __construct($argv = array())
 {
     parent::__construct($argv);
 }