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