芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/lib/Entity/ScheduleEvent.php
fromDt = $fromDt; $this->toDt = $toDt; } /** * @return string */ public function __toString() { return $this->fromDt . $this->toDt; } }