Sulu\Bundle\SecurityBundle\Entity\UserSetting::getKey PHP Method

getKey() public method

Returns the key for this user setting.
public getKey ( ) : string
return string
    public function getKey()
    {
        return $this->key;
    }