Happyr\LinkedIn\Storage\BaseDataStorage::getStorageKeyId PHP Method

getStorageKeyId() protected method

Generate an ID to use with the data storage.
protected getStorageKeyId ( $key ) : string
$key
return string
    protected function getStorageKeyId($key)
    {
        return 'linkedIn_' . $key;
    }