You are here

public static function QueryPathExtensionRegistry::autoloadExtensions in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::autoloadExtensions()
  2. 7.2 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::autoloadExtensions()

File

QueryPath/QueryPathExtension.php, line 53

Class

QueryPathExtensionRegistry

Code

public static function autoloadExtensions($boolean = TRUE) {
  self::$useRegistry = $boolean;
}