コード例 #1
0
ファイル: MongoServer.php プロジェクト: nickl-/oauth2-php
 public function __construct(StorageMongo $db, $options = array())
 {
     parent::__construct($db, $options);
 }