fromDt = $fromDt; $this->toDt = $toDt; } /** * @return string */ public function __toString() { return $this->fromDt . $this->toDt; } }