ManaPHP\Configure::getSecretKey PHP Method

getSecretKey() public method

public getSecretKey ( string $type ) : string
$type string
return string
    public function getSecretKey($type)
    {
        return md5($this->_masterKey . ':' . $type);
    }