Lines Matching defs:to
13 private $to;
19 public function render($call, $from, $to, $start) {
21 $to = preg_replace('/[^\d\-]+/', '', $to);
23 if(!$to) $to = date('Y-m-d');
24 $this->tlimit = "A.dt >= '$from 00:00:00' AND A.dt <= '$to 23:59:59'";
27 $this->to = $to;
71 * @param string $query The function to call on the Query object to get the data
73 * @param int $max How many discrete values to show before summarizing under "other"
96 $diff = abs(strtotime($this->from) - strtotime($this->to));
268 $hours = ($this->from == $this->to);
318 $hours = ($this->from == $this->to);