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

getShortKey() protected method

Returns short key for index.
protected getShortKey ( string $index ) : string
$index string
return string
    protected function getShortKey($index)
    {
        return substr($index, 0, $this->levels);
    }