UserApiKey
class UserApiKey (View source)
Methods
__construct(string $id, DateTime|null $created, DateTime|null $accessed, string|null $comment, string|null $apiKey)
Constructor.
static UserApiKey
createFromArray(array $apiKeys)
Create a user from the JSON data returned by the rokka.io API.
string|null
getComment()
No description
DateTime|null
getAccessed()
No description
DateTime|null
getCreated()
No description
string
getId()
No description
string|null
getApiKey()
No description
Details
__construct(string $id, DateTime|null $created, DateTime|null $accessed, string|null $comment, string|null $apiKey)
Constructor.
static UserApiKey
createFromArray(array $apiKeys)
Create a user from the JSON data returned by the rokka.io API.
string|null
getComment()
No description
DateTime|null
getAccessed()
No description
DateTime|null
getCreated()
No description
string
getId()
No description
string|null
getApiKey()
No description