public static function QueryPathExtensionRegistry::autoloadExtensions in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::autoloadExtensions()
- 7.2 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::autoloadExtensions()
File
- QueryPath/
QueryPathExtension.php, line 53
Class
Code
public static function autoloadExtensions($boolean = TRUE) {
self::$useRegistry = $boolean;
}