Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 8 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
44 | View Code Duplication | public function year() |
|
45 | { |
||
46 | |||
47 | $this->config = include __DIR__.'/CalendarSettings/' . ucfirst($this->calendar_type) . '.php'; |
||
48 | |||
49 | return $this->config[ 'day_of_year' ]( $this->date_time ); |
||
50 | |||
51 | } |
||
52 | |||
83 |