You are here

public function OAuth2ServerScope::__construct in OAuth2 Server 7

Overrides Entity::__construct

File

includes/oauth2_server.scope.inc, line 29

Class

OAuth2ServerScope
Entity class representing the oauth2_server_scope entity type.

Code

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