You are here

static function QueryPathOptions::has in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPathOptions::has()
  2. 7.2 QueryPath/QueryPath.php \QueryPathOptions::has()

File

QueryPath/QueryPath.php, line 2207

Class

QueryPathOptions

Code

static function has($key) {
  return array_key_exists($key, self::$options);
}