You are here

private property QueryPath::$options in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPath::options
  2. 7.2 QueryPath/QueryPath.php \QueryPath::options

File

QueryPath/QueryPath.php, line 80

Class

QueryPath

Code

private $options = array(
  'parser_flags' => NULL,
  'omit_xml_declaration' => FALSE,
  'replace_entities' => FALSE,
  'exception_level' => 771,
  'ignore_parser_warnings' => FALSE,
);