Add annotations
This commit is contained in:
parent
f68f7d8339
commit
6dd14dab72
@ -12,6 +12,12 @@
|
||||
|
||||
namespace OCA\Documents;
|
||||
|
||||
/*
|
||||
* @method boolean getIsGuest()
|
||||
* @method string getEsId()
|
||||
* @method string getToken()
|
||||
*/
|
||||
|
||||
class Db_Member extends Db{
|
||||
|
||||
const DB_TABLE = '`*PREFIX*documents_member`';
|
||||
|
@ -14,6 +14,13 @@ namespace OCA\Documents;
|
||||
|
||||
/**
|
||||
* Session management
|
||||
*
|
||||
* @method string getEsId()
|
||||
* @method int getFileId()
|
||||
* @method string getGenesisUrl()
|
||||
* @method string getOwner()
|
||||
* @method string getGenesisHash()
|
||||
*
|
||||
*/
|
||||
class Db_Session extends \OCA\Documents\Db {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user