You are here

public function Redis_Path_HashLookupInterface::deleteAlias in Redis 7.3

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

Alias is being deleted for the given source

Parameters

string $source:

string $alias:

string $language:

2 methods override Redis_Path_HashLookupInterface::deleteAlias()
Redis_Path_AbstractHashLookup::deleteAlias in lib/Redis/Path/AbstractHashLookup.php
Alias is being deleted for the given source
Redis_Path_NullHashLookup::deleteAlias in lib/Redis/Path/NullHashLookup.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);