Cml\Lock\Base::getKey PHP Méthode

getKey() protected méthode

组装key
protected getKey ( string $key ) : string
$key string 要上的锁的key
Résultat string
    protected function getKey($key)
    {
        return Config::get('lock_prefix') . $key;
    }