CommerceGuys\Addressing\Formatter\FormatterInterface::setOption PHP Method

setOption() public method

Sets the option with the provided key.
public setOption ( string $key, string $value )
$key string The key.
$value string The new value.
    public function setOption($key, $value);