Go to the documentation of this file.
28 use Wikimedia\ScopedCallback;
31 use UnexpectedValueException;
42 const TRIGGER_IDLE = 1;
44 const TRIGGER_COMMIT = 2;
46 const TRIGGER_ROLLBACK = 3;
49 const TRANSACTION_EXPLICIT =
'';
51 const TRANSACTION_INTERNAL =
'implicit';
54 const FLUSHING_ALL_PEERS =
'flush';
56 const FLUSHING_INTERNAL =
'flush';
59 const REMEMBER_NOTHING =
'';
61 const REMEMBER_PRIOR =
'remember';
63 const RESTORE_PRIOR =
'prior';
65 const RESTORE_INITIAL =
'initial';
68 const ESTIMATE_TOTAL =
'total';
70 const ESTIMATE_DB_APPLY =
'apply';
174 public function dbSchema( $schema =
null );
304 public function setFlag( $flag, $remember = self::REMEMBER_NOTHING );
318 public function clearFlag( $flag, $remember = self::REMEMBER_NOTHING );
326 public function restoreFlags( $state = self::RESTORE_PRIOR );
338 public function getFlag( $flag );
370 public function open( $server,
$user, $password, $dbName );
467 public function fieldInfo( $table, $field );
502 public function close();
532 public function query( $sql,
$fname = __METHOD__, $tempIgnore =
false );
575 $table, $var, $cond =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
598 $table, $var, $cond =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
984 public function aggregateValue( $valuedata, $valuename =
'value' );
990 public function bitNot( $field );
997 public function bitAnd( $fieldLeft, $fieldRight );
1004 public function bitOr( $fieldLeft, $fieldRight );
1031 $delim, $table, $field, $conds =
'', $join_conds = []
1217 public function deleteJoin( $delTable, $joinTable, $delVar, $joinVar, $conds,
1231 public function delete( $table, $conds,
$fname = __METHOD__ );
1261 public function insertSelect( $destTable, $srcTable, $varMap, $conds,
1263 $insertOptions = [], $selectOptions = [], $selectJoinConds = []
1310 $table,
$vars,
array $permute_conds, $extra_conds =
'',
$fname = __METHOD__,
1323 public function conditional( $cond, $trueVal, $falseVal );
1335 public function strreplace( $orig, $old, $new );
1563 public function begin(
$fname = __METHOD__, $mode = self::TRANSACTION_EXPLICIT );
1585 public function commit(
$fname = __METHOD__, $flush =
'' );
1665 public function ping( &$rtt =
null );
1676 public function getLag();
1750 public function lockIsFree( $lockName, $method );
1762 public function lock( $lockName, $method, $timeout = 5 );
1776 public function unlock( $lockName, $method );
1833 public function decodeExpiry( $expiry, $format = TS_MW );
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a account $user
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist Do not use this to implement individual filters if they are compatible with the ChangesListFilter and ChangesListFilterGroup structure use sub classes of those in conjunction with the ChangesListSpecialPageStructuredFilters hook This hook can be used to implement filters that do not implement that or custom behavior that is not an individual filter e g Watchlist & $tables
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
if(!defined( 'MEDIAWIKI')) $fname
This file is not a valid entry point, perform no further processing unless MEDIAWIKI is defined.
Allows to change the fields on the form that will be generated $name
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
static configuration should be added through ResourceLoaderGetConfigVars instead & $vars
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction $rows
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
you have access to all of the normal MediaWiki so you can get a DB use the etc For full docs on the Maintenance class
the array() calling protocol came about after MediaWiki 1.4rc1.