Lines Matching defs:from
12 private $from;
19 public function render($call, $from, $to, $start) {
20 $from = preg_replace('/[^\d\-]+/', '', $from);
22 if(!$from) $from = date('Y-m-d');
24 $this->tlimit = "A.dt >= '$from 00:00:00' AND A.dt <= '$to 23:59:59'";
26 $this->from = $from;
96 $diff = abs(strtotime($this->from) - strtotime($this->to));
268 $hours = ($this->from == $this->to);
318 $hours = ($this->from == $this->to);