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

getShortKey() 보호된 메소드

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