You are here

public function QueryPath::getOptions in QueryPath 7.2

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

File

QueryPath/QueryPath.php, line 197

Class

QueryPath

Code

public function getOptions() {
  return $this->options;
}