You are here

public function Redis_Path_NullHashLookup::deleteAlias in Redis 7.2

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

Alias is being deleted for the given source

Parameters

string $source:

string $alias:

string $language:

Overrides Redis_Path_HashLookupInterface::deleteAlias

File

lib/Redis/Path/NullHashLookup.php, line 12

Class

Redis_Path_NullHashLookup
Null implementation.

Code

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