コード例 #1
0
 public function getDayName()
 {
     include_once 'Day.php';
     $day = new Day();
     return $day->getWeekDayName($this->_day);
 }