Go to the source code of this file.
Variables | |
$originalDir = getcwd() | |
$optionsWithArgs = array( 'pagelist', 'start', 'end' ) | |
$dumper = new BackupDumper( $argv ) | |
if(isset($options['quiet'])) if(isset($options['pagelist'])) if(isset($options['start'])) if(isset($options['end'])) $dumper | skipHeader = isset( $options['skip-header'] ) |
$dumper | skipFooter = isset( $options['skip-footer'] ) |
$dumper | dumpUploads = isset( $options['uploads'] ) |
$textMode = isset( $options['stub'] ) ? WikiExporter::STUB : WikiExporter::TEXT |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file dumpBackup.php.
$dumper = new BackupDumper( $argv ) |
Definition at line 32 of file dumpBackup.php.
$optionsWithArgs = array( 'pagelist', 'start', 'end' ) |
Definition at line 27 of file dumpBackup.php.
$originalDir = getcwd() |
Definition at line 25 of file dumpBackup.php.
$textMode = isset( $options['stub'] ) ? WikiExporter::STUB : WikiExporter::TEXT |
Definition at line 60 of file dumpBackup.php.
$dumper dumpUploads = isset( $options['uploads'] ) |
Definition at line 58 of file dumpBackup.php.
Referenced by BackupDumper::dump(), UploadDumper::help(), and WikiExporter::outputPageStream().
$dumper skipFooter = isset( $options['skip-footer'] ) |
if (isset($options['quiet'])) if (isset($options['pagelist'])) if (isset($options['start'])) if (isset($options['end'])) $dumper skipHeader = isset( $options['skip-header'] ) |