Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 7 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
75 | View Code Duplication | public function lastDayMonth() { |
|
76 | |||
77 | $this->config = include __DIR__.'/CalendarSettings/' . ucfirst($this->calendar_type) . '.php'; |
||
78 | |||
79 | return $this->config[ 'month_days_number' ][ intval( $this->date_time->format( 'm' ) ) ]; |
||
80 | |||
81 | } |
||
82 | } |
||
83 |