array getReplacementsFor(
string
$address)
|
|
Find a map of replacements for the address.
If this plugin was provided with a delegate instance of Swift_Plugins_Decorator_Replacements then the call will be delegated to it. Otherwise, it will attempt to find the replacements from the array provided in the constructor.
If no replacements can be found, an empty value (NULL) is returned.
Tags:
Implementation of:
- Swift_Plugins_Decorator_Replacements::getReplacementsFor()
- Return the array of replacements for $address.
Parameters: