PHP Class Happyr\LinkedIn\Storage\BaseDataStorage

Author: Tobias Nyholm
Inheritance: implements Happyr\LinkedIn\Storage\DataStorageInterface
Show file Open project: happyr/linkedin-api-client

Public Properties

Property Type Description
$validKeys

Public Methods

Method Description
clearAll ( )

Protected Methods

Method Description
getStorageKeyId ( $key ) : string Generate an ID to use with the data storage.
validateKey ( string $key ) Validate key. Throws an exception if key is not valid.

Method Details

clearAll() public method

public clearAll ( )

getStorageKeyId() protected method

Generate an ID to use with the data storage.
protected getStorageKeyId ( $key ) : string
$key
return string

validateKey() protected method

Validate key. Throws an exception if key is not valid.
protected validateKey ( string $key )
$key string

Property Details

$validKeys public static property

public static $validKeys