Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php |
— | — | @@ -207,6 +207,14 @@ |
208 | 208 | } |
209 | 209 | |
210 | 210 | /** |
| 211 | + * @param string $dbname DatabaseName |
| 212 | + * @return bool |
| 213 | + */ |
| 214 | + public function isSpecial( $dbname ) { |
| 215 | + return in_array( $dbname, $this->specials ); |
| 216 | + } |
| 217 | + |
| 218 | + /** |
211 | 219 | * Pull a list of dbnames from a given text file, or pass through an array. |
212 | 220 | * Used for the DB list configuration settings. |
213 | 221 | * |