You are here

public static function QueryPathEntities::replaceEntity in QueryPath 6

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

QueryPathEntities

Code

public static function replaceEntity($entity) {
  return self::$entity_array[$entity];
}