MediaWiki  1.23.15
commandLine.inc
Go to the documentation of this file.
1 <?php
24 require_once __DIR__ . '/Maintenance.php';
25 
27 if ( !isset( $optionsWithArgs ) ) {
29 }
30 
31 class CommandLineInc extends Maintenance {
32  public function __construct() {
34  parent::__construct();
35  foreach ( $optionsWithArgs as $name ) {
36  $this->addOption( $name, '', false, true );
37  }
38  }
39 
43  protected function maybeHelp( $force = false ) {
44  if ( !$force ) {
45  return;
46  }
47  parent::maybeHelp( true );
48  }
49 
50  public function execute() {
54  }
55 }
56 
57 $maintClass = 'CommandLineInc';
59 
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
$optionsWithArgs
global $optionsWithArgs
Definition: commandLine.inc:24
$maintClass
$maintClass
Definition: commandLine.inc:57
CommandLineInc
Definition: commandLine.inc:31
Maintenance\addOption
addOption( $name, $description, $required=false, $withArg=false, $shortName=false)
Add a parameter to the script.
Definition: Maintenance.php:169
CommandLineInc\maybeHelp
maybeHelp( $force=false)
No help, it would just be misleading since it misses custom options.
Definition: commandLine.inc:43
RUN_MAINTENANCE_IF_MAIN
require_once RUN_MAINTENANCE_IF_MAIN
Definition: maintenance.txt:50
Maintenance
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Definition: maintenance.txt:39
CommandLineInc\__construct
__construct()
Default constructor.
Definition: commandLine.inc:32
Maintenance\$mArgs
$mArgs
Definition: Maintenance.php:77
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
global
when a variable name is used in a it is silently declared as a new masking the global
Definition: design.txt:93
$options
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
Definition: hooks.txt:1530
$name
Allows to change the fields on the form that will be generated $name
Definition: hooks.txt:336
CommandLineInc\execute
execute()
Do the actual work.
Definition: commandLine.inc:50
$args
if( $line===false) $args
Definition: cdb.php:62
as
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
Definition: distributors.txt:9
Maintenance\$mOptions
$mOptions
Definition: Maintenance.php:74