You are here

static function QueryPathOptions::set in QueryPath 7.2

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

File

QueryPath/QueryPath.php, line 2192

Class

QueryPathOptions

Code

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