Add annotations

pull/1/head
Victor Dubiniuk 10 years ago
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`';

@ -13,7 +13,14 @@
namespace OCA\Documents;
/**
* Session management
* 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…
Cancel
Save