22use InvalidArgumentException;
23use Wikimedia\ScopedCallback;
40 const TRIGGER_IDLE = 1;
42 const TRIGGER_COMMIT = 2;
44 const TRIGGER_ROLLBACK = 3;
46 const TRIGGER_CANCEL = 4;
49 const TRANSACTION_EXPLICIT =
'';
51 const TRANSACTION_INTERNAL =
'implicit';
54 const ATOMIC_NOT_CANCELABLE =
'';
56 const ATOMIC_CANCELABLE =
'cancelable';
59 const FLUSHING_ONE =
'';
61 const FLUSHING_ALL_PEERS =
'flush';
63 const FLUSHING_INTERNAL =
'flush-internal';
66 const REMEMBER_NOTHING =
'';
68 const REMEMBER_PRIOR =
'remember';
70 const RESTORE_PRIOR =
'prior';
72 const RESTORE_INITIAL =
'initial';
75 const ESTIMATE_TOTAL =
'total';
77 const ESTIMATE_DB_APPLY =
'apply';
112 const QUERY_SILENCE_ERRORS = 1;
117 const QUERY_PSEUDO_PERMANENT = 2;
119 const QUERY_REPLICA_ROLE = 4;
122 const UNION_ALL =
true;
124 const UNION_DISTINCT =
false;
342 public function setFlag( $flag, $remember = self::REMEMBER_NOTHING );
356 public function clearFlag( $flag, $remember = self::REMEMBER_NOTHING );
584 $table, $var, $cond =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
608 $table, $var, $cond =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
840 $table, $var =
'*', $conds =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
877 $table, $conds =
'',
$fname = __METHOD__,
$options = [], $join_conds = []
997 public function makeList( $a, $mode = self::LIST_COMMA );
1033 public function bitAnd( $fieldLeft, $fieldRight );
1040 public function bitOr( $fieldLeft, $fieldRight );
1067 $delim, $table, $field, $conds =
'', $join_conds = []
1327 public function deleteJoin( $delTable, $joinTable, $delVar, $joinVar, $conds,
1342 public function delete( $table, $conds,
$fname = __METHOD__ );
1382 $insertOptions = [], $selectOptions = [], $selectJoinConds = []
1429 $table,
$vars,
array $permute_conds, $extra_conds =
'',
$fname = __METHOD__,
1871 $fname, callable $callback, $cancelable = self::ATOMIC_NOT_CANCELABLE
1894 public function begin(
$fname = __METHOD__, $mode = self::TRANSACTION_EXPLICIT );
1988 public function ping( &$rtt =
null );
2088 public function lock( $lockName, $method, $timeout = 5 );
2104 public function unlock( $lockName, $method );
2213class_alias( IDatabase::class,
'IDatabase' );
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
if(defined( 'MW_SETUP_CALLBACK')) $fname
Customization point after all loading (constants, functions, classes, DefaultSettings,...
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)
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
this hook is for auditing only 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
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
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))
if(is_array($mode)) switch( $mode) $input