static function QueryPathOptions::get in QueryPath 7.2
Same name and namespace in other branches
- 6 QueryPath/QueryPath.php \QueryPathOptions::get()
- 7.3 QueryPath/QueryPath.php \QueryPathOptions::get()
1 call to QueryPathOptions::get()
- QueryPath::__construct in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPath.php, line 2197
Class
Code
static function get() {
return self::$options;
}