Phalcon\Translate\Adapter\Redis::offsetSet PHP Method

offsetSet() public method

public offsetSet ( string $translateKey, string $message ) : string
$translateKey string
$message string
return string
    public function offsetSet($translateKey, $message)
    {
        return $this->update($translateKey, $message);
    }