コード例 #1
0
ファイル: Command.php プロジェクト: vyavhare/platform
 public function __construct()
 {
     // Load the OAuth2 server into all OAuth commands.
     $this->server = new Koauth_OAuth2_Server();
     parent::__construct();
 }