Skip to content
Snippets Groups Projects
Commit 7853bc4c authored by Thomas Müller's avatar Thomas Müller Committed by Robin McCorkell
Browse files

adding PHPDoc

parent 147007bd
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,30 @@
namespace OC\Share;
use DateTime;
class MailNotifications {
private $senderId; // sender userId
private $from; // sender email address
/**
* sender userId
* @var null|string
*/
private $senderId;
/**
* sender email address
* @var string
*/
private $from;
/**
* @var string
*/
private $senderDisplayName;
/**
* @var \OC_L10N
*/
private $l;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment