One more method annotation

This commit is contained in:
Victor Dubiniuk 2014-05-14 19:24:58 +03:00
parent c8f70c8998
commit 14398d6979

View File

@ -16,6 +16,7 @@ namespace OCA\Documents;
* @method boolean getIsGuest() * @method boolean getIsGuest()
* @method string getEsId() * @method string getEsId()
* @method string getToken() * @method string getToken()
* @method int getStatus()
*/ */
class Db_Member extends Db{ class Db_Member extends Db{