static function QueryPathOptions::merge in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPathOptions::merge()
- 7.2 QueryPath/QueryPath.php \QueryPathOptions::merge()
File
- QueryPath/
QueryPath.php, line 2202
Class
Code
static function merge($array) {
self::$options = $array + self::$options;
}