You are here

public function Redis_Path_HashLookupInterface::deleteAlias in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Path/HashLookupInterface.php \Redis_Path_HashLookupInterface::deleteAlias()

Alias is being deleted for the given source

Parameters

string $source:

string $alias:

string $language:

3 methods override Redis_Path_HashLookupInterface::deleteAlias()
Redis_Path_NullHashLookup::deleteAlias in lib/Redis/Path/NullHashLookup.php
Alias is being deleted for the given source
Redis_Path_PhpRedis::deleteAlias in lib/Redis/Path/PhpRedis.php
Alias is being deleted for the given source
Redis_Path_Predis::deleteAlias in lib/Redis/Path/Predis.php
Alias is being deleted for the given source

File

lib/Redis/Path/HashLookupInterface.php, line 71

Class

Redis_Path_HashLookupInterface
Very fast hash based lookup interface.

Code

public function deleteAlias($source, $alias, $language = null);