You are here

public function OAuth2ServerAuthorizationCode::__construct in OAuth2 Server 7

Overrides Entity::__construct

File

includes/oauth2_server.authorization_code.inc, line 50

Class

OAuth2ServerAuthorizationCode
Entity class representing the oauth2_server_authorization_code entity type.

Code

public function __construct($values = array()) {
  parent::__construct($values, 'oauth2_server_authorization_code');
}