Lines Matching refs:end
45 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
76 * @param DateTime $end
81 …public function __construct(\DateTime $start = null, \DateTime $end = null, $objects = null, DateT… argument
83 if ($start && $end) {
84 $this->setTimeRange($start, $end);
151 * @param DateTime $end
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) { argument
157 $this->end = $end;
227 if ($this->end && $startTime > $this->end) {
242 if ($this->end && $startTime > $this->end) {
266 if ($this->end && $time[0] > $this->end) break;
300 if($this->end && $this->end < $startTime) continue;
336 if ($this->end) {
338 $dtend->setDateTime($this->end);