Phalcon\Translate\Adapter\Redis::getLongKey PHP 메소드

getLongKey() 보호된 메소드

Returns long key for index.
protected getLongKey ( string $index ) : string
$index string
리턴 string
    protected function getLongKey($index)
    {
        return md5($this->language . ':' . $index);
    }