57 public function has( $name, $alsoPrivate =
false ) {
58 return isset( $this->configItems[
'public'][$name] ) ||
59 ( $alsoPrivate &&
isset( $this->configItems[
'private'][$name] ) );
71 if ( !$this->
has( $name,
true ) ) {
75 return $this->configItems[
'public'][
$name] ?? $this->configItems[
'private'][
$name];
89 return array_merge( $this->configItems[
'private'], $this->configItems[
'public'] );
98 return $this->configItems[
'public'];
110 $config = $this->
get(
$name );
111 if ( !
isset( $config[
'configregistry'] ) ) {
112 return $config[
'value'];
115 return $this->configFactory->makeConfig( $config[
'configregistry'] )->get( $name );
127 $config = $this->
get(
$name );
128 if (
isset( $config[
'descriptionmsg'] ) ) {
129 return wfMessage( $config[
'descriptionmsg'] )->escaped();
131 if (
isset( $config[
'description'] ) ) {
153 if ( $this->
has( $name ) ) {
155 'does already exist. It is provided by: ' .
156 $this->
get( $name )[
'providedby'] );
158 if (
isset( $config[
'public'] ) && $config[
'public'] ) {
159 $this->configItems[
'public'][
$name] = $config;
161 $this->configItems[
'private'][
$name] = $config;
172 public function isEmpty( $includePrivate =
false ) {
173 if ( $includePrivate ) {
174 return empty( $this->configItems[
'private'] ) &&
175 empty( $this->configItems[
'public'] );
177 return empty( $this->configItems[
'public'] );
190 Assert::parameterType( self::class, $other,
'$other' );
192 foreach ( $other->configItems[
'public'] as $name => $otherConfig ) {
193 if (
isset( $this->configItems[
'public'][$name] ) ) {
197 $this->
add( $name, $otherConfig );
199 foreach ( $other->configItems[
'private'] as $name => $otherConfig ) {
200 if (
isset( $this->configItems[
'private'][$name] ) ) {
204 $this->
add( $name, $otherConfig );
208 $other->configItems = [];
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
Factory class to create Config objects.
An extension or a local will often add custom code to the function with or without a global variable For someone wanting email notification when an article is shown may add
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
Allows to change the fields on the form that will be generated $name
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))