You are here

static function QueryPathOptions::set in QueryPath 6

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

File

QueryPath/QueryPath.php, line 2192

Class

QueryPathOptions

Code

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