You are here

static function QueryPathOptions::get in QueryPath 6

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

File

QueryPath/QueryPath.php, line 2197

Class

QueryPathOptions

Code

static function get() {
  return self::$options;
}