X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fconfig%2FConfig.php;h=38f589dcd02b5fba0f772db5fd377348274c0609;hb=f3c58982eff0a5fb061db1d4519ffcdb1713213f;hp=03d2cb990fbc88975c3475b259f7d2829b992edf;hpb=038bde3276d1caa9804fbea170b1921cc9058546;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/Config.php b/includes/config/Config.php index 03d2cb990f..38f589dcd0 100644 --- a/includes/config/Config.php +++ b/includes/config/Config.php @@ -35,4 +35,13 @@ interface Config { * @throws ConfigException */ public function get( $name ); + + /** + * Check whether a configuration option is set for the given name + * + * @param string $name Name of configuration option + * @return bool + * @since 1.24 + */ + public function has( $name ); }