You are here

static function QueryPathOptions::merge in QueryPath 6

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

File

QueryPath/QueryPath.php, line 2202

Class

QueryPathOptions

Code

static function merge($array) {
  self::$options = $array + self::$options;
}