Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 8 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
60 | View Code Duplication | public function week() |
|
61 | { |
||
62 | |||
63 | $this->config = include __DIR__.'/CalendarSettings/' . ucfirst($this->calendar_type) . '.php'; |
||
64 | |||
65 | return $this->config[ 'day_of_week' ]( $this->date_time ); |
||
66 | |||
67 | } |
||
68 | |||
83 |