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