Located in File: /src/QueryPath/QueryPath.php
This class stores the default options for QueryPath. When a new QueryPath object is constructed, options specified here will be used.
Details This class defines no options of its own. Instead, it provides a central tool for developers to override options set by QueryPath. When a QueryPath object is created, it will evaluate options in the following order:
Static Method get (line 3867)
Get all options currently set as default.
Static Method has (line 3890)
Static Method merge (line 3880)
On duplicate keys, the value in $array will overwrite the value stored in the options.
Static Method set (line 3853)
The passed-in array will be used as the default options list.