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