ManaPHP\Configure::getSecretKey PHP Метод

getSecretKey() публичный Метод

public getSecretKey ( string $type ) : string
$type string
Результат string
    public function getSecretKey($type)
    {
        return md5($this->_masterKey . ':' . $type);
    }