You are here

public static function QueryPathExtensionRegistry::hasMethod in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPathExtension.php \QueryPathExtensionRegistry::hasMethod()
  2. 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

QueryPathExtensionRegistry

Code

public static function hasMethod($name) {
  return isset(self::$extensionMethodRegistry[$name]);
}