From f0f8bdd495ff958ce536e577e42586090b6bcd8f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 2 May 2016 19:58:19 +0200 Subject: PHPDoc and other minor fixes --- lib/private/Authentication/Token/DefaultToken.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib/private/Authentication/Token/DefaultToken.php') diff --git a/lib/private/Authentication/Token/DefaultToken.php b/lib/private/Authentication/Token/DefaultToken.php index 70562502b76..5dd9dc5b039 100644 --- a/lib/private/Authentication/Token/DefaultToken.php +++ b/lib/private/Authentication/Token/DefaultToken.php @@ -24,6 +24,20 @@ namespace OC\Authentication\Token; use OCP\AppFramework\Db\Entity; +/** + * @method void setId(int $id) + * @method void setUid(string $uid); + * @method void setPassword(string $password) + * @method string getPassword() + * @method void setName(string $name) + * @method string getName() + * @method void setToken(string $token) + * @method string getToken() + * @method void setType(string $type) + * @method int getType() + * @method void setLastActivity(int $lastActivity) + * @method int getLastActivity() + */ class DefaultToken extends Entity implements IToken { /** -- cgit v1.2.3