@@ -2,7 +2,7 @@ discard block |
||
2 | 2 | |
3 | 3 | return array( |
4 | 4 | |
5 | - 'events' => array( 'nowruz' => 'عید نوروز', |
|
5 | + 'events' => array( 'nowruz' => 'عید نوروز', |
|
6 | 6 | |
7 | 7 | 'iran_national_day' => 'روز جمهوری اسلامی', |
8 | 8 | |
@@ -12,16 +12,16 @@ discard block |
||
12 | 12 | 'month' => array( |
13 | 13 | 'فروردین', |
14 | 14 | 'اردیبهشت', |
15 | - 'خرداد', |
|
16 | - 'تیر', |
|
17 | - 'مرداد', |
|
18 | - 'شهریور', |
|
19 | - 'مهر', |
|
20 | - 'آبان', |
|
21 | - 'آذر', |
|
22 | - 'دی', |
|
23 | - 'بهمن', |
|
24 | - 'اسفند', |
|
15 | + 'خرداد', |
|
16 | + 'تیر', |
|
17 | + 'مرداد', |
|
18 | + 'شهریور', |
|
19 | + 'مهر', |
|
20 | + 'آبان', |
|
21 | + 'آذر', |
|
22 | + 'دی', |
|
23 | + 'بهمن', |
|
24 | + 'اسفند', |
|
25 | 25 | ), |
26 | 26 | |
27 | 27 | 'week_days_name' => array( |
@@ -125,4 +125,4 @@ |
||
125 | 125 | */ |
126 | 126 | 'weekend' => array( 'friday' ) |
127 | 127 | |
128 | - ); |
|
128 | + ); |
@@ -2,23 +2,23 @@ |
||
2 | 2 | |
3 | 3 | return array( |
4 | 4 | |
5 | - 'events' => array( 'eid fitr' => 'عيد الفطر', |
|
5 | + 'events' => array( 'eid fitr' => 'عيد الفطر', |
|
6 | 6 | |
7 | 7 | ), |
8 | 8 | |
9 | 9 | 'month' => array( |
10 | 10 | 'مُحَرَّم', |
11 | 11 | 'صَفَر', |
12 | - 'رَبيع الأوّل', |
|
13 | - 'رَبيع الآخر', |
|
14 | - 'جُمادى الأولى', |
|
15 | - 'جُمادى الآخرة', |
|
16 | - 'رَجَب', |
|
17 | - 'شَعْبان', |
|
18 | - 'رَمَضان', |
|
19 | - 'شَوّال', |
|
20 | - 'ذو القِعْدة', |
|
21 | - 'ذو الحِجّة' |
|
12 | + 'رَبيع الأوّل', |
|
13 | + 'رَبيع الآخر', |
|
14 | + 'جُمادى الأولى', |
|
15 | + 'جُمادى الآخرة', |
|
16 | + 'رَجَب', |
|
17 | + 'شَعْبان', |
|
18 | + 'رَمَضان', |
|
19 | + 'شَوّال', |
|
20 | + 'ذو القِعْدة', |
|
21 | + 'ذو الحِجّة' |
|
22 | 22 | ), |
23 | 23 | |
24 | 24 | 'days_of_week' => array( |
@@ -64,6 +64,10 @@ |
||
64 | 64 | * |
65 | 65 | *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ |
66 | 66 | */ |
67 | + |
|
68 | + /** |
|
69 | + * @param \DateTime $date_time |
|
70 | + */ |
|
67 | 71 | public function __construct( $date_time = null ) |
68 | 72 | { |
69 | 73 |
@@ -12,48 +12,48 @@ discard block |
||
12 | 12 | { |
13 | 13 | |
14 | 14 | /** |
15 | - * @var integer |
|
16 | - */ |
|
15 | + * @var integer |
|
16 | + */ |
|
17 | 17 | protected $year; |
18 | 18 | |
19 | 19 | /** |
20 | - * @var integer |
|
21 | - */ |
|
20 | + * @var integer |
|
21 | + */ |
|
22 | 22 | protected $month; |
23 | 23 | |
24 | 24 | /** |
25 | - * @var $day |
|
26 | - */ |
|
25 | + * @var $day |
|
26 | + */ |
|
27 | 27 | protected $day; |
28 | 28 | |
29 | 29 | /** |
30 | - * @var DateTime |
|
31 | - */ |
|
30 | + * @var DateTime |
|
31 | + */ |
|
32 | 32 | public $date_time; |
33 | 33 | |
34 | 34 | /** |
35 | - * @var array |
|
36 | - */ |
|
35 | + * @var array |
|
36 | + */ |
|
37 | 37 | protected $config; |
38 | 38 | |
39 | 39 | /** |
40 | - * @var integer |
|
41 | - */ |
|
40 | + * @var integer |
|
41 | + */ |
|
42 | 42 | protected $leap; |
43 | 43 | |
44 | 44 | /** |
45 | - * @var integer |
|
46 | - */ |
|
45 | + * @var integer |
|
46 | + */ |
|
47 | 47 | protected $temp_day; |
48 | 48 | |
49 | 49 | /** |
50 | - * @var DateTime |
|
51 | - */ |
|
50 | + * @var DateTime |
|
51 | + */ |
|
52 | 52 | protected $date; |
53 | 53 | |
54 | 54 | /** |
55 | - * @var array |
|
56 | - */ |
|
55 | + * @var array |
|
56 | + */ |
|
57 | 57 | protected $calendar_file; |
58 | 58 | |
59 | 59 | /************************************************************ |
@@ -104,11 +104,11 @@ discard block |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |
107 | - *convert jalali year to gregorian year |
|
108 | - * |
|
109 | - * @since Oct, 16 2015 |
|
110 | - * @return object |
|
111 | - */ |
|
107 | + *convert jalali year to gregorian year |
|
108 | + * |
|
109 | + * @since Oct, 16 2015 |
|
110 | + * @return object |
|
111 | + */ |
|
112 | 112 | public function jalaliToGregorian( $date_time ) |
113 | 113 | { |
114 | 114 | |
@@ -172,16 +172,16 @@ discard block |
||
172 | 172 | $this->date_time->setDate($gregorian_year, $gregorian_month, $gregorian_day); |
173 | 173 | |
174 | 174 | |
175 | - return $this->date_time; |
|
175 | + return $this->date_time; |
|
176 | 176 | |
177 | 177 | } |
178 | 178 | |
179 | 179 | /** |
180 | - *convert jalali year to hijri year |
|
181 | - * |
|
182 | - * @since Oct, 17 2015 |
|
183 | - * @return object |
|
184 | - */ |
|
180 | + *convert jalali year to hijri year |
|
181 | + * |
|
182 | + * @since Oct, 17 2015 |
|
183 | + * @return object |
|
184 | + */ |
|
185 | 185 | public function jalaliToHijri( $date_time ) |
186 | 186 | { |
187 | 187 | |
@@ -203,9 +203,9 @@ discard block |
||
203 | 203 | |
204 | 204 | } |
205 | 205 | |
206 | - $this->temp_day += $this->day; |
|
206 | + $this->temp_day += $this->day; |
|
207 | 207 | |
208 | - $this->leap = new Leap($this->year); |
|
208 | + $this->leap = new Leap($this->year); |
|
209 | 209 | |
210 | 210 | if ($this->leap->get() && $this->month > 11 ) { $this->temp_day++; |
211 | 211 | } |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | |
219 | 219 | $_month = $_year[1]; |
220 | 220 | |
221 | - $var_temp = '0.0'; |
|
221 | + $var_temp = '0.0'; |
|
222 | 222 | |
223 | 223 | for ( $i = strlen($_month); $i > 2; $i-- ) { |
224 | 224 | |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | |
227 | 227 | } |
228 | 228 | |
229 | - $var_temp .= '1'; |
|
229 | + $var_temp .= '1'; |
|
230 | 230 | |
231 | 231 | $_month = $_month * $var_temp ; |
232 | 232 | |
@@ -256,18 +256,18 @@ discard block |
||
256 | 256 | |
257 | 257 | $this->day = $_day[0]; |
258 | 258 | |
259 | - $this->date_time->setDate($this->year, $this->month, $this->day); |
|
259 | + $this->date_time->setDate($this->year, $this->month, $this->day); |
|
260 | 260 | |
261 | - return $this->date_time; |
|
261 | + return $this->date_time; |
|
262 | 262 | |
263 | 263 | } |
264 | 264 | |
265 | 265 | /** |
266 | - *convert hijri year to jalali year |
|
267 | - * |
|
268 | - * @since Oct, 17 2015 |
|
269 | - * @return object |
|
270 | - */ |
|
266 | + *convert hijri year to jalali year |
|
267 | + * |
|
268 | + * @since Oct, 17 2015 |
|
269 | + * @return object |
|
270 | + */ |
|
271 | 271 | public function hijriToJalali( $date_time ) |
272 | 272 | { |
273 | 273 | |
@@ -320,16 +320,16 @@ discard block |
||
320 | 320 | |
321 | 321 | $this->date_time->setDate($jalali_year, $jalali_month, $jalali_day); |
322 | 322 | |
323 | - return $this->date_time; |
|
323 | + return $this->date_time; |
|
324 | 324 | |
325 | 325 | } |
326 | 326 | |
327 | 327 | /** |
328 | - * convert hijri year to gregorian year |
|
329 | - * |
|
330 | - * @since Oct, 17 2015 |
|
331 | - * @return object |
|
332 | - */ |
|
328 | + * convert hijri year to gregorian year |
|
329 | + * |
|
330 | + * @since Oct, 17 2015 |
|
331 | + * @return object |
|
332 | + */ |
|
333 | 333 | public function hijriToGregorian( $date_time ) |
334 | 334 | { |
335 | 335 | |
@@ -382,7 +382,7 @@ discard block |
||
382 | 382 | |
383 | 383 | $this->date_time->setDate($gregorian_year, $gregorian_month, $gregorian_day); |
384 | 384 | |
385 | - return $this->date_time; |
|
385 | + return $this->date_time; |
|
386 | 386 | |
387 | 387 | } |
388 | 388 |
@@ -58,6 +58,10 @@ |
||
58 | 58 | * |
59 | 59 | *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ |
60 | 60 | */ |
61 | + |
|
62 | + /** |
|
63 | + * @param string $path |
|
64 | + */ |
|
61 | 65 | private function fetch( $path ) |
62 | 66 | { |
63 | 67 |
@@ -34,11 +34,11 @@ discard block |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * Which day of year is current day. |
|
38 | - * |
|
39 | - * @since Aug, 03 2015 |
|
40 | - * @return integer |
|
41 | - */ |
|
37 | + * Which day of year is current day. |
|
38 | + * |
|
39 | + * @since Aug, 03 2015 |
|
40 | + * @return integer |
|
41 | + */ |
|
42 | 42 | public function year() |
43 | 43 | { |
44 | 44 | |
@@ -50,11 +50,11 @@ discard block |
||
50 | 50 | |
51 | 51 | |
52 | 52 | /** |
53 | - * Which day of week is current day. |
|
54 | - * |
|
55 | - * @since Aug, 09 2015 |
|
56 | - * @return integer |
|
57 | - */ |
|
53 | + * Which day of week is current day. |
|
54 | + * |
|
55 | + * @since Aug, 09 2015 |
|
56 | + * @return integer |
|
57 | + */ |
|
58 | 58 | public function week() |
59 | 59 | { |
60 | 60 |
@@ -42,13 +42,13 @@ |
||
42 | 42 | { |
43 | 43 | |
44 | 44 | /** |
45 | - * Fetch translated file to config attribute |
|
46 | - */ |
|
45 | + * Fetch translated file to config attribute |
|
46 | + */ |
|
47 | 47 | self::$config = include 'src/CalendarSettings/Jalali.php'; |
48 | 48 | |
49 | 49 | /** |
50 | - * Fetch translated expression to langTable attribute |
|
51 | - */ |
|
50 | + * Fetch translated expression to langTable attribute |
|
51 | + */ |
|
52 | 52 | self::$langTable = include 'lang/' . $language . '/general.php'; |
53 | 53 | |
54 | 54 | foreach( self::$langTable as $key => $translate ){ |
@@ -1,20 +1,20 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | - use OpenCafe\Datium as Datium; |
|
3 | + use OpenCafe\Datium as Datium; |
|
4 | 4 | |
5 | - return [ |
|
5 | + return [ |
|
6 | 6 | |
7 | - 'numbers' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), |
|
7 | + 'numbers' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), |
|
8 | 8 | |
9 | - 'am_time' => 'AM', |
|
9 | + 'am_time' => 'AM', |
|
10 | 10 | |
11 | - 'pm_time' => 'PM', |
|
11 | + 'pm_time' => 'PM', |
|
12 | 12 | |
13 | - 'end_of_days' => array( 'th', 'st', 'nd', 'rd' ), |
|
13 | + 'end_of_days' => array( 'th', 'st', 'nd', 'rd' ), |
|
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | - /************************************************************ |
|
17 | + /************************************************************ |
|
18 | 18 | * Convert to |
19 | 19 | ************************************************************ |
20 | 20 | * |
@@ -22,11 +22,11 @@ discard block |
||
22 | 22 | * |
23 | 23 | *\_________________________________________________________/ |
24 | 24 | */ |
25 | - 'convert_to' => function ($date_time) { |
|
25 | + 'convert_to' => function ($date_time) { |
|
26 | 26 | |
27 | - return null; |
|
27 | + return null; |
|
28 | 28 | |
29 | - }, |
|
29 | + }, |
|
30 | 30 | |
31 | 31 | /************************************************************ |
32 | 32 | * Convert From |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | |
87 | 87 | 'December' |
88 | 88 | |
89 | - ), |
|
89 | + ), |
|
90 | 90 | |
91 | 91 | /************************************************************ |
92 | 92 | * Days of Week |
@@ -99,28 +99,28 @@ discard block |
||
99 | 99 | */ |
100 | 100 | 'days_of_week' => array ( |
101 | 101 | |
102 | - 'Monday', |
|
103 | - 'Tuesday', |
|
104 | - 'Wednesday', |
|
105 | - 'Thursday', |
|
106 | - 'Friday', |
|
107 | - 'Saturday', |
|
108 | - 'Sunday', |
|
102 | + 'Monday', |
|
103 | + 'Tuesday', |
|
104 | + 'Wednesday', |
|
105 | + 'Thursday', |
|
106 | + 'Friday', |
|
107 | + 'Saturday', |
|
108 | + 'Sunday', |
|
109 | 109 | ), |
110 | 110 | |
111 | 111 | |
112 | 112 | 'month_days_number' => array( 1 => 31, |
113 | - 2 => 28, |
|
114 | - 3 => 31, |
|
115 | - 4 => 30, |
|
116 | - 5 => 31, |
|
117 | - 6 => 30, |
|
118 | - 7 => 31, |
|
119 | - 8 => 31, |
|
120 | - 9 => 30, |
|
121 | - 10 => 31, |
|
122 | - 11 => 30, |
|
123 | - 12 => 30 ), |
|
113 | + 2 => 28, |
|
114 | + 3 => 31, |
|
115 | + 4 => 30, |
|
116 | + 5 => 31, |
|
117 | + 6 => 30, |
|
118 | + 7 => 31, |
|
119 | + 8 => 31, |
|
120 | + 9 => 30, |
|
121 | + 10 => 31, |
|
122 | + 11 => 30, |
|
123 | + 12 => 30 ), |
|
124 | 124 | |
125 | 125 | |
126 | 126 | 'day_of_year' => function ($date_time) { |
@@ -7,43 +7,43 @@ |
||
7 | 7 | { |
8 | 8 | |
9 | 9 | /** |
10 | - * @param integer store year value |
|
11 | - */ |
|
10 | + * @param integer store year value |
|
11 | + */ |
|
12 | 12 | protected $year; |
13 | 13 | |
14 | 14 | /** |
15 | - * @param string store type of year value |
|
16 | - */ |
|
15 | + * @param string store type of year value |
|
16 | + */ |
|
17 | 17 | protected $type; |
18 | 18 | |
19 | 19 | /** |
20 | - * @param boolean store result of leap functions |
|
21 | - */ |
|
20 | + * @param boolean store result of leap functions |
|
21 | + */ |
|
22 | 22 | protected $result; |
23 | 23 | |
24 | 24 | |
25 | 25 | /** |
26 | - * @param $year integer |
|
27 | - * @since Aug, 21 2015 |
|
28 | - */ |
|
26 | + * @param $year integer |
|
27 | + * @since Aug, 21 2015 |
|
28 | + */ |
|
29 | 29 | public function __construct($year, $type = 'gregorian') |
30 | 30 | { |
31 | 31 | |
32 | - $this->year = $year; |
|
32 | + $this->year = $year; |
|
33 | 33 | |
34 | - $this->type = $type; |
|
34 | + $this->type = $type; |
|
35 | 35 | |
36 | - return $this; |
|
36 | + return $this; |
|
37 | 37 | |
38 | 38 | } |
39 | 39 | |
40 | 40 | |
41 | 41 | /** |
42 | - * return the year is leap or not |
|
43 | - * |
|
44 | - * @since Aug, 21 2015 |
|
45 | - * @return boolean |
|
46 | - */ |
|
42 | + * return the year is leap or not |
|
43 | + * |
|
44 | + * @since Aug, 21 2015 |
|
45 | + * @return boolean |
|
46 | + */ |
|
47 | 47 | public function get() |
48 | 48 | { |
49 | 49 |