Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 7 |
Ratio | 100 % |
1 | <?php namespace OpenCafe\Tools; |
||
39 | View Code Duplication | public function year() { |
|
40 | |||
41 | $this->config = include( 'CalendarSettings/' . ucfirst( $this->calendar_type ) . '.php' ); |
||
42 | |||
43 | return $this->config[ 'day_of_year' ]( $this->date_time ); |
||
44 | |||
45 | } |
||
46 | |||
62 |