public static function QueryPathExtensionRegistry::hasMethod in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::hasMethod()
- 7.2 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::hasMethod()
1 call to QueryPathExtensionRegistry::hasMethod()
- QueryPath::__call in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPathExtension.php, line 29
Class
Code
public static function hasMethod($name) {
return isset(self::$extensionMethodRegistry[$name]);
}