예제 #1
0
 public function __construct()
 {
     // Load the OAuth2 server into all OAuth commands.
     $this->server = new Koauth_OAuth2_Server();
     parent::__construct();
 }