You are here

public function Redis_Path_NullHashLookup::saveAlias in Redis 7.2

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

Alias is being inserted with the given source

Parameters

string $source:

string $alias:

string $language:

Overrides Redis_Path_HashLookupInterface::saveAlias

File

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

Class

Redis_Path_NullHashLookup
Null implementation.

Code

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