Метод |
Описание |
|
AddRegisteredAPIKey ( string $key ) : boolean |
Adds a new API key to the list of registered API Keys
Returns true on sucess |
|
IsRegisterdCoreAPIKey ( string $key ) : boolean |
Checks that the provided Key is registed against this install
of the Core
Returns true on sucess |
|
RemoveRegisteredAPIKey ( string $key ) : boolean |
Removes a registered API key
Returns true on sucess |
|
__construct ( string $dataContext = null ) |
The constructor for this repository
Accepts the fully qulaified type of the IAPIKeyDataContext implemting
data context for this repository |
|