Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 7 |
Ratio | 100 % |
Changes | 8 | ||
Bugs | 1 | Features | 6 |
1 | <?php namespace Datium\Tools; |
||
53 | View Code Duplication | public function week() { |
|
54 | |||
55 | $this->config = include( 'CalendarSettings/' . ucfirst( $this->calendar_type ) . '.php' ); |
||
56 | |||
57 | return $this->config[ 'day_of_week' ]( $this->date_time ); |
||
58 | |||
59 | } |
||
60 | |||
62 |