public function __construct($field, $timeFrame, $title = null)
 {
     parent::__construct($field, $timeFrame, $title, false);
     $this->timeFrame = 0;
     $this->timeReferenceFix = $timeFrame;
 }
 public function LiveReportLivePartnerExactTimeEngine($field, $timeFrame, $title = null)
 {
     parent::__construct($field, $timeFrame, $title, false);
     $this->timeFrame = 0;
     $this->timeReferenceFix = $timeFrame;
 }