static function QueryPathOptions::has in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPathOptions::has()
- 7.2 QueryPath/QueryPath.php \QueryPathOptions::has()
File
- QueryPath/
QueryPath.php, line 2207
Class
Code
static function has($key) {
return array_key_exists($key, self::$options);
}