public static function QueryPathEntities::replaceEntity in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPathEntities::replaceEntity()
- 7.2 QueryPath/QueryPath.php \QueryPathEntities::replaceEntity()
1 call to QueryPathEntities::replaceEntity()
- QueryPathEntities::doReplacement in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPath.php, line 2096
Class
Code
public static function replaceEntity($entity) {
return self::$entity_array[$entity];
}