H A D | InviteReply.php | 32 public $href; variable in Sabre\\CalDAV\\Xml\\Request\\InviteReply 65 * @param string $href 71 function __construct($href, $calendarUri, $inReplyTo, $summary, $status) { argument 73 $this->href = $href; 106 $href = null; 136 $href = $value; 145 return new self($href, $calendarUri, $inReplyTo, $summary, $status);
|