public function OAuth2ServerToken::__construct in OAuth2 Server 7
Overrides Entity::__construct
File
- includes/
oauth2_server.token.inc, line 57
Class
- OAuth2ServerToken
- Entity class representing the oauth2_token entity type.
Code
public function __construct($values = array()) {
parent::__construct($values, 'oauth2_server_token');
}