MediaWiki master
CommandLineInc.php File Reference

Backwards-compatibility wrapper for old-style maintenance scripts. More...

Go to the source code of this file.

Classes

class  CommandLineInc
 

Variables

global $allowUnregisteredOptions
 
 $maintClass = CommandLineInc::class
 
global $optionsWithArgs
 
global $optionsWithoutArgs
 

Detailed Description

Backwards-compatibility wrapper for old-style maintenance scripts.

Note
GPL-2.0-or-later

Definition in file CommandLineInc.php.

Variable Documentation

◆ $allowUnregisteredOptions

global $allowUnregisteredOptions

Definition at line 16 of file CommandLineInc.php.

Referenced by CommandLineInc\__construct().

◆ $maintClass

$maintClass = CommandLineInc::class

Definition at line 64 of file CommandLineInc.php.

◆ $optionsWithArgs

global $optionsWithArgs

◆ $optionsWithoutArgs

global $optionsWithoutArgs

Definition at line 16 of file CommandLineInc.php.

Referenced by CommandLineInc\__construct().