80 public function provide(
string $name, $value );
Dependency bundle and execution context for installer tasks.
getOption(string $name)
Get a named installer option.
const CONN_CREATE_SCHEMA
A connection to the new DB, for creating schemas and other similar objects in the new DB.
getDbType()
Get the selected database type name.
getConnection( $type=self::CONN_DONT_KNOW)
Connect to the database for a specified purpose.
getProvision(string $name)
Get the object stored by provide()
const CONN_CREATE_DATABASE
A connection for creating DBs, suitable for pre-installation.
getSchemaVars()
Get schema variables.
getConfigVar(string $name)
Get a MediaWiki configuration value for the wiki being created.
const CONN_CREATE_TABLES
A connection with a role suitable for creating tables.
provide(string $name, $value)
Store an object to be used by a later task.
const CONN_DONT_KNOW
Legacy default connection type.