@@ -13,7 +13,7 @@ |
||
13 | 13 | * @link http://www.un.org/en/sections/observances/international-days/ |
14 | 14 | */ |
15 | 15 | 'events' => array( |
16 | - 1 => array( 27 => 'International Day of Commemoration in Memory of the Victims of the Holocaust' ), |
|
16 | + 1 => array(27 => 'International Day of Commemoration in Memory of the Victims of the Holocaust'), |
|
17 | 17 | 2 => array( |
18 | 18 | 4 => 'World Cancer Day', |
19 | 19 | 6 => 'International Day of Zero Tolerance to Female Genital Mutilation', |
@@ -12,9 +12,9 @@ |
||
12 | 12 | * as a arraye value |
13 | 13 | */ |
14 | 14 | 'events' => array( |
15 | - 1 => array( 1 => 'nowruz', 2 => 'nowruz', 3 => 'nowruz', 5 => 'nowruz' ), |
|
16 | - 10 => array( 22 => 'Iran revelution day' ), |
|
17 | - 12 => array( 29 => 'Iran oil national day' ) |
|
15 | + 1 => array(1 => 'nowruz', 2 => 'nowruz', 3 => 'nowruz', 5 => 'nowruz'), |
|
16 | + 10 => array(22 => 'Iran revelution day'), |
|
17 | + 12 => array(29 => 'Iran oil national day') |
|
18 | 18 | ), |
19 | 19 | |
20 | 20 | ); |
@@ -9,9 +9,9 @@ |
||
9 | 9 | |
10 | 10 | 'events' => array( |
11 | 11 | |
12 | - 4 => array( 22 => 'Earth day' ), |
|
12 | + 4 => array(22 => 'Earth day'), |
|
13 | 13 | |
14 | - 12 => array( 25 => 'Christmas' ) |
|
14 | + 12 => array(25 => 'Christmas') |
|
15 | 15 | |
16 | 16 | ) |
17 | 17 |
@@ -2,6 +2,6 @@ |
||
2 | 2 | |
3 | 3 | // autoload.php @generated by Composer |
4 | 4 | |
5 | -require_once __DIR__ . '/composer' . '/autoload_real.php'; |
|
5 | +require_once __DIR__.'/composer'.'/autoload_real.php'; |
|
6 | 6 | |
7 | 7 | return ComposerAutoloaderInitac8bf09341946841246f06f2975982e0::getLoader(); |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | public static function loadClassLoader($class) |
10 | 10 | { |
11 | 11 | if ('Composer\Autoload\ClassLoader' === $class) { |
12 | - require __DIR__ . '/ClassLoader.php'; |
|
12 | + require __DIR__.'/ClassLoader.php'; |
|
13 | 13 | } |
14 | 14 | } |
15 | 15 | |
@@ -23,17 +23,17 @@ discard block |
||
23 | 23 | self::$loader = $loader = new \Composer\Autoload\ClassLoader(); |
24 | 24 | spl_autoload_unregister(array('ComposerAutoloaderInitac8bf09341946841246f06f2975982e0', 'loadClassLoader')); |
25 | 25 | |
26 | - $map = require __DIR__ . '/autoload_namespaces.php'; |
|
26 | + $map = require __DIR__.'/autoload_namespaces.php'; |
|
27 | 27 | foreach ($map as $namespace => $path) { |
28 | 28 | $loader->set($namespace, $path); |
29 | 29 | } |
30 | 30 | |
31 | - $map = require __DIR__ . '/autoload_psr4.php'; |
|
31 | + $map = require __DIR__.'/autoload_psr4.php'; |
|
32 | 32 | foreach ($map as $namespace => $path) { |
33 | 33 | $loader->setPsr4($namespace, $path); |
34 | 34 | } |
35 | 35 | |
36 | - $classMap = require __DIR__ . '/autoload_classmap.php'; |
|
36 | + $classMap = require __DIR__.'/autoload_classmap.php'; |
|
37 | 37 | if ($classMap) { |
38 | 38 | $loader->addClassMap($classMap); |
39 | 39 | } |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | public function getPrefixes() |
60 | 60 | { |
61 | - if (!empty($this->prefixesPsr0)) { |
|
61 | + if ( ! empty($this->prefixesPsr0)) { |
|
62 | 62 | return call_user_func_array('array_merge', $this->prefixesPsr0); |
63 | 63 | } |
64 | 64 | |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | */ |
108 | 108 | public function add($prefix, $paths, $prepend = false) |
109 | 109 | { |
110 | - if (!$prefix) { |
|
110 | + if ( ! $prefix) { |
|
111 | 111 | if ($prepend) { |
112 | 112 | $this->fallbackDirsPsr0 = array_merge( |
113 | 113 | (array) $paths, |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | } |
125 | 125 | |
126 | 126 | $first = $prefix[0]; |
127 | - if (!isset($this->prefixesPsr0[$first][$prefix])) { |
|
127 | + if ( ! isset($this->prefixesPsr0[$first][$prefix])) { |
|
128 | 128 | $this->prefixesPsr0[$first][$prefix] = (array) $paths; |
129 | 129 | |
130 | 130 | return; |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | */ |
155 | 155 | public function addPsr4($prefix, $paths, $prepend = false) |
156 | 156 | { |
157 | - if (!$prefix) { |
|
157 | + if ( ! $prefix) { |
|
158 | 158 | // Register directories for the root namespace. |
159 | 159 | if ($prepend) { |
160 | 160 | $this->fallbackDirsPsr4 = array_merge( |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | (array) $paths |
168 | 168 | ); |
169 | 169 | } |
170 | - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { |
|
170 | + } elseif ( ! isset($this->prefixDirsPsr4[$prefix])) { |
|
171 | 171 | // Register directories for a new namespace. |
172 | 172 | $length = strlen($prefix); |
173 | 173 | if ('\\' !== $prefix[$length - 1]) { |
@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | */ |
200 | 200 | public function set($prefix, $paths) |
201 | 201 | { |
202 | - if (!$prefix) { |
|
202 | + if ( ! $prefix) { |
|
203 | 203 | $this->fallbackDirsPsr0 = (array) $paths; |
204 | 204 | } else { |
205 | 205 | $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | */ |
218 | 218 | public function setPsr4($prefix, $paths) |
219 | 219 | { |
220 | - if (!$prefix) { |
|
220 | + if ( ! $prefix) { |
|
221 | 221 | $this->fallbackDirsPsr4 = (array) $paths; |
222 | 222 | } else { |
223 | 223 | $length = strlen($prefix); |
@@ -344,14 +344,14 @@ discard block |
||
344 | 344 | private function findFileWithExtension($class, $ext) |
345 | 345 | { |
346 | 346 | // PSR-4 lookup |
347 | - $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; |
|
347 | + $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR).$ext; |
|
348 | 348 | |
349 | 349 | $first = $class[0]; |
350 | 350 | if (isset($this->prefixLengthsPsr4[$first])) { |
351 | 351 | foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) { |
352 | 352 | if (0 === strpos($class, $prefix)) { |
353 | 353 | foreach ($this->prefixDirsPsr4[$prefix] as $dir) { |
354 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { |
|
354 | + if (file_exists($file = $dir.DIRECTORY_SEPARATOR.substr($logicalPathPsr4, $length))) { |
|
355 | 355 | return $file; |
356 | 356 | } |
357 | 357 | } |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | |
362 | 362 | // PSR-4 fallback dirs |
363 | 363 | foreach ($this->fallbackDirsPsr4 as $dir) { |
364 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { |
|
364 | + if (file_exists($file = $dir.DIRECTORY_SEPARATOR.$logicalPathPsr4)) { |
|
365 | 365 | return $file; |
366 | 366 | } |
367 | 367 | } |
@@ -373,14 +373,14 @@ discard block |
||
373 | 373 | . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); |
374 | 374 | } else { |
375 | 375 | // PEAR-like class name |
376 | - $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; |
|
376 | + $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR).$ext; |
|
377 | 377 | } |
378 | 378 | |
379 | 379 | if (isset($this->prefixesPsr0[$first])) { |
380 | 380 | foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { |
381 | 381 | if (0 === strpos($class, $prefix)) { |
382 | 382 | foreach ($dirs as $dir) { |
383 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
383 | + if (file_exists($file = $dir.DIRECTORY_SEPARATOR.$logicalPathPsr0)) { |
|
384 | 384 | return $file; |
385 | 385 | } |
386 | 386 | } |
@@ -390,7 +390,7 @@ discard block |
||
390 | 390 | |
391 | 391 | // PSR-0 fallback dirs |
392 | 392 | foreach ($this->fallbackDirsPsr0 as $dir) { |
393 | - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { |
|
393 | + if (file_exists($file = $dir.DIRECTORY_SEPARATOR.$logicalPathPsr0)) { |
|
394 | 394 | return $file; |
395 | 395 | } |
396 | 396 | } |
@@ -6,6 +6,6 @@ |
||
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 | |
8 | 8 | return array( |
9 | - 'Datium\\Tools\\' => array($baseDir . '/src'), |
|
10 | - 'Datium\\' => array($baseDir . '/src', $baseDir . '/src/Events'), |
|
9 | + 'Datium\\Tools\\' => array($baseDir.'/src'), |
|
10 | + 'Datium\\' => array($baseDir.'/src', $baseDir.'/src/Events'), |
|
11 | 11 | ); |
@@ -34,7 +34,9 @@ discard block |
||
34 | 34 | |
35 | 35 | $leap = new Datium\Tools\Leap( $year ); |
36 | 36 | |
37 | - if( $leap->get() && $month > 11 ) $temp_day++; |
|
37 | + if( $leap->get() && $month > 11 ) { |
|
38 | + $temp_day++; |
|
39 | + } |
|
38 | 40 | |
39 | 41 | $_year = ( ( ( ( ( $year - 1 ) * 365.2422 ) + $temp_day ) - 119) / 354.3670 ) + 1; |
40 | 42 | |
@@ -110,7 +112,9 @@ discard block |
||
110 | 112 | |
111 | 113 | foreach ( $config['month_days_number'] as $month => $value ) { |
112 | 114 | |
113 | - if( $month > $month ) $days_of_year += $value; |
|
115 | + if( $month > $month ) { |
|
116 | + $days_of_year += $value; |
|
117 | + } |
|
114 | 118 | |
115 | 119 | } |
116 | 120 |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | - return array ( |
|
3 | + return array( |
|
4 | 4 | |
5 | 5 | /************************************************************ |
6 | 6 | * Convert to |
@@ -10,11 +10,11 @@ discard block |
||
10 | 10 | * |
11 | 11 | *\_________________________________________________________/ |
12 | 12 | */ |
13 | - 'convert_to' => function( $date_time ) { |
|
13 | + 'convert_to' => function($date_time) { |
|
14 | 14 | |
15 | - $config = include( 'Shamsi.php' ); |
|
15 | + $config = include('Shamsi.php'); |
|
16 | 16 | |
17 | - $date_time = Datium\Datium::create( $date_time )->to( 'shamsi' )->object(); |
|
17 | + $date_time = Datium\Datium::create($date_time)->to('shamsi')->object(); |
|
18 | 18 | |
19 | 19 | $year = $date_time->format('Y'); |
20 | 20 | |
@@ -22,23 +22,23 @@ discard block |
||
22 | 22 | |
23 | 23 | $day = $date_time->format('d'); |
24 | 24 | |
25 | - $temp_day = 0 ; |
|
25 | + $temp_day = 0; |
|
26 | 26 | |
27 | - for ( $i = 1 ; $i < $month ; $i++ ) { |
|
27 | + for ($i = 1; $i < $month; $i++) { |
|
28 | 28 | |
29 | - $temp_day += $config[ 'month_days_number' ][ $i ]; |
|
29 | + $temp_day += $config['month_days_number'][$i]; |
|
30 | 30 | |
31 | 31 | } |
32 | 32 | |
33 | 33 | $temp_day += $day; |
34 | 34 | |
35 | - $leap = new Datium\Tools\Leap( $year ); |
|
35 | + $leap = new Datium\Tools\Leap($year); |
|
36 | 36 | |
37 | - if( $leap->get() && $month > 11 ) $temp_day++; |
|
37 | + if ($leap->get() && $month > 11) $temp_day++; |
|
38 | 38 | |
39 | - $_year = ( ( ( ( ( $year - 1 ) * 365.2422 ) + $temp_day ) - 119) / 354.3670 ) + 1; |
|
39 | + $_year = ((((($year - 1) * 365.2422) + $temp_day) - 119) / 354.3670) + 1; |
|
40 | 40 | |
41 | - $_year = explode( '.', $_year ); |
|
41 | + $_year = explode('.', $_year); |
|
42 | 42 | |
43 | 43 | $year = $_year[0]; |
44 | 44 | |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | $var_temp = '0.0'; |
48 | 48 | |
49 | - for ( $i = strlen( $_month ); $i > 2; $i-- ) { |
|
49 | + for ($i = strlen($_month); $i > 2; $i--) { |
|
50 | 50 | |
51 | 51 | $var_temp .= '0'; |
52 | 52 | |
@@ -54,11 +54,11 @@ discard block |
||
54 | 54 | |
55 | 55 | $var_temp .= '1'; |
56 | 56 | |
57 | - $_month = $_month * $var_temp ; |
|
57 | + $_month = $_month * $var_temp; |
|
58 | 58 | |
59 | - $_month = ( $_month * 12 ) + 1; |
|
59 | + $_month = ($_month * 12) + 1; |
|
60 | 60 | |
61 | - $_month = explode( '.', $_month ); |
|
61 | + $_month = explode('.', $_month); |
|
62 | 62 | |
63 | 63 | $month = $_month[0]; |
64 | 64 | |
@@ -66,9 +66,9 @@ discard block |
||
66 | 66 | |
67 | 67 | $var_temp = '0.0'; |
68 | 68 | |
69 | - for ( $i = strlen( $_day ); $i > 2; $i-- ) { |
|
69 | + for ($i = strlen($_day); $i > 2; $i--) { |
|
70 | 70 | |
71 | - $var_temp .= '0' ; |
|
71 | + $var_temp .= '0'; |
|
72 | 72 | |
73 | 73 | } |
74 | 74 | |
@@ -76,13 +76,13 @@ discard block |
||
76 | 76 | |
77 | 77 | $_day = $_day * $var_temp; |
78 | 78 | |
79 | - $_day = ( $_day * 29.530 ); |
|
79 | + $_day = ($_day * 29.530); |
|
80 | 80 | |
81 | - $_day = explode( '.', $_day ); |
|
81 | + $_day = explode('.', $_day); |
|
82 | 82 | |
83 | 83 | $day = $_day[0]; |
84 | 84 | |
85 | - $date_time->setDate( $year, $month, $day ); |
|
85 | + $date_time->setDate($year, $month, $day); |
|
86 | 86 | |
87 | 87 | return $date_time; |
88 | 88 | |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | * |
97 | 97 | *\_________________________________________________________/ |
98 | 98 | */ |
99 | - 'convert_from' => function( $date_time ) { |
|
99 | + 'convert_from' => function($date_time) { |
|
100 | 100 | |
101 | 101 | $config = include('Ghamari.php'); |
102 | 102 | |
@@ -108,31 +108,31 @@ discard block |
||
108 | 108 | |
109 | 109 | $days_of_year = 0; |
110 | 110 | |
111 | - foreach ( $config['month_days_number'] as $month => $value ) { |
|
111 | + foreach ($config['month_days_number'] as $month => $value) { |
|
112 | 112 | |
113 | - if( $month > $month ) $days_of_year += $value; |
|
113 | + if ($month > $month) $days_of_year += $value; |
|
114 | 114 | |
115 | 115 | } |
116 | 116 | |
117 | 117 | $days_of_year += $day; |
118 | 118 | |
119 | - $days_of_leap_years = intval( ( ( $year - 1 ) / 3 ) ); |
|
119 | + $days_of_leap_years = intval((($year - 1) / 3)); |
|
120 | 120 | |
121 | - $days_of_ghamari_years = ( ( ( $year - 1 ) * 354 ) + $days_of_year + $days_of_leap_years ); |
|
121 | + $days_of_ghamari_years = ((($year - 1) * 354) + $days_of_year + $days_of_leap_years); |
|
122 | 122 | |
123 | 123 | $days_of_gregorain_years = $days_of_ghamari_years + 227078; |
124 | 124 | |
125 | - $days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $year + 578 ) / 4 ) ); |
|
125 | + $days_of_gregorain_years = $days_of_gregorain_years - intval((($year + 578) / 4)); |
|
126 | 126 | |
127 | - $gregorian_month = ( $days_of_gregorain_years % 365 ); |
|
127 | + $gregorian_month = ($days_of_gregorain_years % 365); |
|
128 | 128 | |
129 | - $gregorian_year = intval( $days_of_gregorain_years / 365 ) + 1; |
|
129 | + $gregorian_year = intval($days_of_gregorain_years / 365) + 1; |
|
130 | 130 | |
131 | 131 | $config = include('Gregorian.php'); |
132 | 132 | |
133 | - foreach ($config [ 'month_days_number' ] as $month => $value) { |
|
133 | + foreach ($config ['month_days_number'] as $month => $value) { |
|
134 | 134 | |
135 | - if ( $gregorian_month < $value ) { |
|
135 | + if ($gregorian_month < $value) { |
|
136 | 136 | |
137 | 137 | break; |
138 | 138 | } |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | |
145 | 145 | $gregorian_month = $month; |
146 | 146 | |
147 | - $date_time->setDate( $gregorian_year, $gregorian_month, $gregorian_day ); |
|
147 | + $date_time->setDate($gregorian_year, $gregorian_month, $gregorian_day); |
|
148 | 148 | |
149 | 149 | return $date_time; |
150 | 150 | |
@@ -169,7 +169,7 @@ discard block |
||
169 | 169 | * |
170 | 170 | *\_________________________________________________________/ |
171 | 171 | */ |
172 | - 'month' => array ( |
|
172 | + 'month' => array( |
|
173 | 173 | |
174 | 174 | 'Muharram', |
175 | 175 | |
@@ -206,7 +206,7 @@ discard block |
||
206 | 206 | * |
207 | 207 | *\_________________________________________________________/ |
208 | 208 | */ |
209 | - 'days_of_week' => array ( |
|
209 | + 'days_of_week' => array( |
|
210 | 210 | 'al-Aḥad', |
211 | 211 | 'al-Ithnayn', |
212 | 212 | 'ath-Thulatha\'', |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | |
218 | 218 | ), |
219 | 219 | |
220 | - 'numbers' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), |
|
220 | + 'numbers' => array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), |
|
221 | 221 | |
222 | 222 | 'day_to_nigh' => 'AM', |
223 | 223 | |
@@ -228,7 +228,7 @@ discard block |
||
228 | 228 | |
229 | 229 | |
230 | 230 | |
231 | - 'month_days_number' => array( 1 => 30, |
|
231 | + 'month_days_number' => array(1 => 30, |
|
232 | 232 | 2 => 29, |
233 | 233 | 3 => 30, |
234 | 234 | 4 => 30, |
@@ -239,21 +239,21 @@ discard block |
||
239 | 239 | 9 => 30, |
240 | 240 | 10 => 29, |
241 | 241 | 11 => 30, |
242 | - 12 => 30 ), |
|
242 | + 12 => 30), |
|
243 | 243 | |
244 | - 'day_of_year' => function( $date_time ) { |
|
244 | + 'day_of_year' => function($date_time) { |
|
245 | 245 | |
246 | 246 | $result = null; |
247 | 247 | |
248 | - $config = include( 'Ghamari.php' ); |
|
248 | + $config = include('Ghamari.php'); |
|
249 | 249 | |
250 | 250 | $month = $date_time->format('n'); |
251 | 251 | |
252 | 252 | $day = $date_time->format('d'); |
253 | 253 | |
254 | - foreach( $config['month_days_number'] as $_month => $value ) { |
|
254 | + foreach ($config['month_days_number'] as $_month => $value) { |
|
255 | 255 | |
256 | - if ( $_month < $month ) { |
|
256 | + if ($_month < $month) { |
|
257 | 257 | |
258 | 258 | $result += $value; |
259 | 259 | |
@@ -267,19 +267,19 @@ discard block |
||
267 | 267 | |
268 | 268 | }, |
269 | 269 | |
270 | - 'day_of_week' => function( $date_time ) { |
|
270 | + 'day_of_week' => function($date_time) { |
|
271 | 271 | |
272 | - $configGhamari = include( 'Ghamari.php' ); |
|
272 | + $configGhamari = include('Ghamari.php'); |
|
273 | 273 | |
274 | - $configGregorian = include( 'Gregorian.php' ); |
|
274 | + $configGregorian = include('Gregorian.php'); |
|
275 | 275 | |
276 | 276 | $day = $date_time->format('l'); |
277 | 277 | |
278 | - $day = str_replace( $configGregorian['days_of_week'], $configGhamari['days_of_week'], $day); |
|
278 | + $day = str_replace($configGregorian['days_of_week'], $configGhamari['days_of_week'], $day); |
|
279 | 279 | |
280 | - foreach ( $configGhamari['days_of_week'] as $key => $value ) { |
|
280 | + foreach ($configGhamari['days_of_week'] as $key => $value) { |
|
281 | 281 | |
282 | - if( $value == $day ) { |
|
282 | + if ($value == $day) { |
|
283 | 283 | |
284 | 284 | return $key += 1; |
285 | 285 | |
@@ -307,6 +307,6 @@ discard block |
||
307 | 307 | * |
308 | 308 | *\_________________________________________________________/ |
309 | 309 | */ |
310 | - 'weekend' => array( 'friday' ) |
|
310 | + 'weekend' => array('friday') |
|
311 | 311 | |
312 | 312 | ); |
@@ -112,7 +112,9 @@ discard block |
||
112 | 112 | |
113 | 113 | foreach ( $this->config['shamsi_month_days'] as $month => $value ) { |
114 | 114 | |
115 | - if( $this->month > $month ) $days_of_year += $value; |
|
115 | + if( $this->month > $month ) { |
|
116 | + $days_of_year += $value; |
|
117 | + } |
|
116 | 118 | |
117 | 119 | } |
118 | 120 | |
@@ -128,9 +130,7 @@ discard block |
||
128 | 130 | |
129 | 131 | $days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $this->year + 621 ) / 4 ) ); |
130 | 132 | |
131 | -} |
|
132 | - |
|
133 | -elseif ( ( ( 10 == $this->month ) && ( $this->day > 10 ) ) || ( $this->month > 10 ) ) { |
|
133 | +} elseif ( ( ( 10 == $this->month ) && ( $this->day > 10 ) ) || ( $this->month > 10 ) ) { |
|
134 | 134 | |
135 | 135 | $days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $this->year + 622 ) / 4 ) ); |
136 | 136 | |
@@ -142,7 +142,9 @@ discard block |
||
142 | 142 | |
143 | 143 | foreach ($this->config['gregorian_month_days'] as $month => $value) { |
144 | 144 | |
145 | - if ( $gregorian_month < $value ) break; |
|
145 | + if ( $gregorian_month < $value ) { |
|
146 | + break; |
|
147 | + } |
|
146 | 148 | |
147 | 149 | $gregorian_month -= $value; |
148 | 150 | } |
@@ -185,7 +187,9 @@ discard block |
||
185 | 187 | |
186 | 188 | $this->leap = new Leap( $this->year ); |
187 | 189 | |
188 | - if( $this->leap->get() && $this->month > 11 ) $this->temp_day++; |
|
190 | + if( $this->leap->get() && $this->month > 11 ) { |
|
191 | + $this->temp_day++; |
|
192 | + } |
|
189 | 193 | |
190 | 194 | $_year = ( ( ( ( ( $this->year - 1 ) * 365.2422 ) + $this->temp_day ) - 119) / 354.3670 ) + 1; |
191 | 195 | |
@@ -258,7 +262,9 @@ discard block |
||
258 | 262 | |
259 | 263 | foreach ( $this->config['islamic_month_days'] as $month => $value ) { |
260 | 264 | |
261 | - if( $this->month > $month ) $days_of_year += $value; |
|
265 | + if( $this->month > $month ) { |
|
266 | + $days_of_year += $value; |
|
267 | + } |
|
262 | 268 | |
263 | 269 | } |
264 | 270 | |
@@ -278,7 +284,9 @@ discard block |
||
278 | 284 | |
279 | 285 | foreach ($this->config['shamsi_month_days'] as $month => $value) { |
280 | 286 | |
281 | - if ( $shamsi_month < $value ) break; |
|
287 | + if ( $shamsi_month < $value ) { |
|
288 | + break; |
|
289 | + } |
|
282 | 290 | |
283 | 291 | $shamsi_month -= $value; |
284 | 292 | } |
@@ -312,7 +320,9 @@ discard block |
||
312 | 320 | |
313 | 321 | foreach ( $this->config['islamic_month_days'] as $month => $value ) { |
314 | 322 | |
315 | - if( $this->month > $month ) $days_of_year += $value; |
|
323 | + if( $this->month > $month ) { |
|
324 | + $days_of_year += $value; |
|
325 | + } |
|
316 | 326 | |
317 | 327 | } |
318 | 328 | |
@@ -332,7 +342,9 @@ discard block |
||
332 | 342 | |
333 | 343 | foreach ($this->config['gregorian_month_days'] as $month => $value) { |
334 | 344 | |
335 | - if ( $gregorian_month < $value ) break; |
|
345 | + if ( $gregorian_month < $value ) { |
|
346 | + break; |
|
347 | + } |
|
336 | 348 | |
337 | 349 | $gregorian_month -= $value; |
338 | 350 | } |
@@ -63,23 +63,23 @@ discard block |
||
63 | 63 | * |
64 | 64 | *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ |
65 | 65 | */ |
66 | - public function __construct( $date_time = NULL ) { |
|
66 | + public function __construct($date_time = NULL) { |
|
67 | 67 | |
68 | - if ( $date_time !== NULL ) { |
|
68 | + if ($date_time !== NULL) { |
|
69 | 69 | |
70 | 70 | $this->date_time = $date_time; |
71 | 71 | |
72 | 72 | } |
73 | 73 | |
74 | - $this->config = include( 'Config.php' ); |
|
74 | + $this->config = include('Config.php'); |
|
75 | 75 | |
76 | 76 | } |
77 | 77 | |
78 | - public function from( $calendar ) { |
|
78 | + public function from($calendar) { |
|
79 | 79 | |
80 | - $this->calendar_file = include( 'CalendarSettings/' . ucfirst( $calendar ) . '.php' ); |
|
80 | + $this->calendar_file = include('CalendarSettings/'.ucfirst($calendar).'.php'); |
|
81 | 81 | |
82 | - return $this->calendar_file[ 'convert_from' ]( $this->date_time ); |
|
82 | + return $this->calendar_file['convert_from']($this->date_time); |
|
83 | 83 | |
84 | 84 | } |
85 | 85 | |
@@ -91,11 +91,11 @@ discard block |
||
91 | 91 | * |
92 | 92 | *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ |
93 | 93 | */ |
94 | - public function to( $calendar ) { |
|
94 | + public function to($calendar) { |
|
95 | 95 | |
96 | - $this->calendar_file = include( 'CalendarSettings/' . ucfirst( $calendar ) . '.php' ); |
|
96 | + $this->calendar_file = include('CalendarSettings/'.ucfirst($calendar).'.php'); |
|
97 | 97 | |
98 | - return $this->calendar_file[ 'convert_to' ]( $this->date_time ); |
|
98 | + return $this->calendar_file['convert_to']($this->date_time); |
|
99 | 99 | |
100 | 100 | } |
101 | 101 | |
@@ -104,9 +104,9 @@ discard block |
||
104 | 104 | * @since Oct, 16 2015 |
105 | 105 | * @return object |
106 | 106 | */ |
107 | -public function shamsiToGregorian( $date_time ) { |
|
107 | +public function shamsiToGregorian($date_time) { |
|
108 | 108 | |
109 | -$this->config = include( 'Shamsi.php' ); |
|
109 | +$this->config = include('Shamsi.php'); |
|
110 | 110 | |
111 | 111 | $this->date_time = $date_time; |
112 | 112 | |
@@ -118,41 +118,41 @@ discard block |
||
118 | 118 | |
119 | 119 | $days_of_year = 0; |
120 | 120 | |
121 | -foreach ( $this->config['month_days_number'] as $month => $value ) { |
|
121 | +foreach ($this->config['month_days_number'] as $month => $value) { |
|
122 | 122 | |
123 | - if( $this->month > $month ) $days_of_year += $value; |
|
123 | + if ($this->month > $month) $days_of_year += $value; |
|
124 | 124 | |
125 | 125 | } |
126 | 126 | |
127 | 127 | $days_of_year += $this->day; |
128 | 128 | |
129 | -$days_of_leap_years = intval( ( ( $this->year - 1 ) / 4 ) ); |
|
129 | +$days_of_leap_years = intval((($this->year - 1) / 4)); |
|
130 | 130 | |
131 | -$days_of_shamsi_years = ( ( ( $this->year - 1 ) * 365 ) + $days_of_year + $days_of_leap_years ); |
|
131 | +$days_of_shamsi_years = ((($this->year - 1) * 365) + $days_of_year + $days_of_leap_years); |
|
132 | 132 | |
133 | 133 | $days_of_gregorain_years = $days_of_shamsi_years + 226899; |
134 | 134 | |
135 | -if ( $this->month < 10 ) { |
|
135 | +if ($this->month < 10) { |
|
136 | 136 | |
137 | -$days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $this->year + 621 ) / 4 ) ); |
|
137 | +$days_of_gregorain_years = $days_of_gregorain_years - intval((($this->year + 621) / 4)); |
|
138 | 138 | |
139 | 139 | } |
140 | 140 | |
141 | -elseif ( ( ( 10 == $this->month ) && ( $this->day > 10 ) ) || ( $this->month > 10 ) ) { |
|
141 | +elseif (((10 == $this->month) && ($this->day > 10)) || ($this->month > 10)) { |
|
142 | 142 | |
143 | -$days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $this->year + 622 ) / 4 ) ); |
|
143 | +$days_of_gregorain_years = $days_of_gregorain_years - intval((($this->year + 622) / 4)); |
|
144 | 144 | |
145 | 145 | } |
146 | 146 | |
147 | -$gregorian_month = ( $days_of_gregorain_years % 365 ); |
|
147 | +$gregorian_month = ($days_of_gregorain_years % 365); |
|
148 | 148 | |
149 | -$gregorian_year = intval( $days_of_gregorain_years / 365 ) + 1; |
|
149 | +$gregorian_year = intval($days_of_gregorain_years / 365) + 1; |
|
150 | 150 | |
151 | -$this->config = include( 'Gregorian.php' ); |
|
151 | +$this->config = include('Gregorian.php'); |
|
152 | 152 | |
153 | 153 | foreach ($this->config['month_days_number'] as $month => $value) { |
154 | 154 | |
155 | - if ( $gregorian_month < $value ) break; |
|
155 | + if ($gregorian_month < $value) break; |
|
156 | 156 | |
157 | 157 | $gregorian_month -= $value; |
158 | 158 | } |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | |
162 | 162 | $gregorian_month = $month; |
163 | 163 | |
164 | - $this->date_time->setDate( $gregorian_year, $gregorian_month, $gregorian_day ); |
|
164 | + $this->date_time->setDate($gregorian_year, $gregorian_month, $gregorian_day); |
|
165 | 165 | |
166 | 166 | |
167 | 167 | return $this->date_time; |
@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | * @since Oct, 17 2015 |
174 | 174 | * @return object |
175 | 175 | */ |
176 | -public function shamsiToGhamari( $date_time ) { |
|
176 | +public function shamsiToGhamari($date_time) { |
|
177 | 177 | |
178 | 178 | $this->date_time = $date_time; |
179 | 179 | |
@@ -183,11 +183,11 @@ discard block |
||
183 | 183 | |
184 | 184 | $this->day = $this->date_time->format('d'); |
185 | 185 | |
186 | - $this->temp_day = 0 ; |
|
186 | + $this->temp_day = 0; |
|
187 | 187 | |
188 | - $this->config = include( 'Shamsi.php' ); |
|
188 | + $this->config = include('Shamsi.php'); |
|
189 | 189 | |
190 | - for ( $i = 1 ; $i < $this->month ; $i++ ) { |
|
190 | + for ($i = 1; $i < $this->month; $i++) { |
|
191 | 191 | |
192 | 192 | $this->temp_day += $this->config['month_days_number'][$i]; |
193 | 193 | |
@@ -195,13 +195,13 @@ discard block |
||
195 | 195 | |
196 | 196 | $this->temp_day += $this->day; |
197 | 197 | |
198 | - $this->leap = new Leap( $this->year ); |
|
198 | + $this->leap = new Leap($this->year); |
|
199 | 199 | |
200 | - if( $this->leap->get() && $this->month > 11 ) $this->temp_day++; |
|
200 | + if ($this->leap->get() && $this->month > 11) $this->temp_day++; |
|
201 | 201 | |
202 | - $_year = ( ( ( ( ( $this->year - 1 ) * 365.2422 ) + $this->temp_day ) - 119) / 354.3670 ) + 1; |
|
202 | + $_year = ((((($this->year - 1) * 365.2422) + $this->temp_day) - 119) / 354.3670) + 1; |
|
203 | 203 | |
204 | - $_year = explode( '.', $_year ); |
|
204 | + $_year = explode('.', $_year); |
|
205 | 205 | |
206 | 206 | $this->year = $_year[0]; |
207 | 207 | |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | |
210 | 210 | $var_temp = '0.0'; |
211 | 211 | |
212 | - for ( $i = strlen( $_month ); $i > 2; $i-- ) { |
|
212 | + for ($i = strlen($_month); $i > 2; $i--) { |
|
213 | 213 | |
214 | 214 | $var_temp .= '0'; |
215 | 215 | |
@@ -217,11 +217,11 @@ discard block |
||
217 | 217 | |
218 | 218 | $var_temp .= '1'; |
219 | 219 | |
220 | - $_month = $_month * $var_temp ; |
|
220 | + $_month = $_month * $var_temp; |
|
221 | 221 | |
222 | - $_month = ( $_month * 12 ) + 1; |
|
222 | + $_month = ($_month * 12) + 1; |
|
223 | 223 | |
224 | - $_month = explode( '.', $_month ); |
|
224 | + $_month = explode('.', $_month); |
|
225 | 225 | |
226 | 226 | $this->month = $_month[0]; |
227 | 227 | |
@@ -229,9 +229,9 @@ discard block |
||
229 | 229 | |
230 | 230 | $var_temp = '0.0'; |
231 | 231 | |
232 | - for ( $i = strlen( $_day ); $i > 2; $i-- ) { |
|
232 | + for ($i = strlen($_day); $i > 2; $i--) { |
|
233 | 233 | |
234 | - $var_temp .= '0' ; |
|
234 | + $var_temp .= '0'; |
|
235 | 235 | |
236 | 236 | } |
237 | 237 | |
@@ -239,13 +239,13 @@ discard block |
||
239 | 239 | |
240 | 240 | $_day = $_day * $var_temp; |
241 | 241 | |
242 | - $_day = ( $_day * 29.530 ); |
|
242 | + $_day = ($_day * 29.530); |
|
243 | 243 | |
244 | - $_day = explode( '.', $_day ); |
|
244 | + $_day = explode('.', $_day); |
|
245 | 245 | |
246 | 246 | $this->day = $_day[0]; |
247 | 247 | |
248 | - $this->date_time->setDate( $this->year, $this->month, $this->day ); |
|
248 | + $this->date_time->setDate($this->year, $this->month, $this->day); |
|
249 | 249 | |
250 | 250 | return $this->date_time; |
251 | 251 | |
@@ -256,7 +256,7 @@ discard block |
||
256 | 256 | * @since Oct, 17 2015 |
257 | 257 | * @return object |
258 | 258 | */ |
259 | -public function ghamariToShamsi( $date_time ) { |
|
259 | +public function ghamariToShamsi($date_time) { |
|
260 | 260 | |
261 | 261 | $this->date_time = $date_time; |
262 | 262 | |
@@ -268,33 +268,33 @@ discard block |
||
268 | 268 | |
269 | 269 | $days_of_year = 0; |
270 | 270 | |
271 | -$this->config = include( 'Ghamari.php' ); |
|
271 | +$this->config = include('Ghamari.php'); |
|
272 | 272 | |
273 | -foreach ( $this->config['month_days_number'] as $month => $value ) { |
|
273 | +foreach ($this->config['month_days_number'] as $month => $value) { |
|
274 | 274 | |
275 | - if( $this->month > $month ) $days_of_year += $value; |
|
275 | + if ($this->month > $month) $days_of_year += $value; |
|
276 | 276 | |
277 | 277 | } |
278 | 278 | |
279 | 279 | $days_of_year += $this->day; |
280 | 280 | |
281 | -$days_of_leap_years = intval( ( ( $this->year - 1 ) / 3 ) ); |
|
281 | +$days_of_leap_years = intval((($this->year - 1) / 3)); |
|
282 | 282 | |
283 | -$days_of_ghamari_years = ( ( ( $this->year - 1 ) * 354 ) + $days_of_year + $days_of_leap_years ); |
|
283 | +$days_of_ghamari_years = ((($this->year - 1) * 354) + $days_of_year + $days_of_leap_years); |
|
284 | 284 | |
285 | 285 | $days_of_shamsi_years = $days_of_ghamari_years + 179; |
286 | 286 | |
287 | -$days_of_shamsi_years = $days_of_shamsi_years - intval( ( ( $this->year - 43 ) / 4 ) ); |
|
287 | +$days_of_shamsi_years = $days_of_shamsi_years - intval((($this->year - 43) / 4)); |
|
288 | 288 | |
289 | -$shamsi_month = ( $days_of_shamsi_years % 365 ); |
|
289 | +$shamsi_month = ($days_of_shamsi_years % 365); |
|
290 | 290 | |
291 | -$shamsi_year = intval( $days_of_shamsi_years / 365 ) + 1; |
|
291 | +$shamsi_year = intval($days_of_shamsi_years / 365) + 1; |
|
292 | 292 | |
293 | -$this->config = include( 'Shamsi.php' ); |
|
293 | +$this->config = include('Shamsi.php'); |
|
294 | 294 | |
295 | 295 | foreach ($this->config['month_days_number'] as $month => $value) { |
296 | 296 | |
297 | - if ( $shamsi_month < $value ) break; |
|
297 | + if ($shamsi_month < $value) break; |
|
298 | 298 | |
299 | 299 | $shamsi_month -= $value; |
300 | 300 | } |
@@ -303,7 +303,7 @@ discard block |
||
303 | 303 | |
304 | 304 | $shamsi_month = $month; |
305 | 305 | |
306 | - $this->date_time->setDate( $shamsi_year, $shamsi_month, $shamsi_day ); |
|
306 | + $this->date_time->setDate($shamsi_year, $shamsi_month, $shamsi_day); |
|
307 | 307 | |
308 | 308 | return $this->date_time; |
309 | 309 | |
@@ -314,7 +314,7 @@ discard block |
||
314 | 314 | * @since Oct, 17 2015 |
315 | 315 | * @return object |
316 | 316 | */ |
317 | - public function ghamariToGregorian( $date_time ) { |
|
317 | + public function ghamariToGregorian($date_time) { |
|
318 | 318 | |
319 | 319 | $this->date_time = $date_time; |
320 | 320 | |
@@ -326,33 +326,33 @@ discard block |
||
326 | 326 | |
327 | 327 | $days_of_year = 0; |
328 | 328 | |
329 | - $this->config = include( 'Ghamari.php' ); |
|
329 | + $this->config = include('Ghamari.php'); |
|
330 | 330 | |
331 | - foreach ( $this->config['month_days_number'] as $month => $value ) { |
|
331 | + foreach ($this->config['month_days_number'] as $month => $value) { |
|
332 | 332 | |
333 | - if( $this->month > $month ) $days_of_year += $value; |
|
333 | + if ($this->month > $month) $days_of_year += $value; |
|
334 | 334 | |
335 | 335 | } |
336 | 336 | |
337 | 337 | $days_of_year += $this->day; |
338 | 338 | |
339 | - $days_of_leap_years = intval( ( ( $this->year - 1 ) / 3 ) ); |
|
339 | + $days_of_leap_years = intval((($this->year - 1) / 3)); |
|
340 | 340 | |
341 | - $days_of_ghamari_years = ( ( ( $this->year - 1 ) * 354 ) + $days_of_year + $days_of_leap_years ); |
|
341 | + $days_of_ghamari_years = ((($this->year - 1) * 354) + $days_of_year + $days_of_leap_years); |
|
342 | 342 | |
343 | 343 | $days_of_gregorain_years = $days_of_ghamari_years + 227078; |
344 | 344 | |
345 | - $days_of_gregorain_years = $days_of_gregorain_years - intval( ( ( $this->year + 578 ) / 4 ) ); |
|
345 | + $days_of_gregorain_years = $days_of_gregorain_years - intval((($this->year + 578) / 4)); |
|
346 | 346 | |
347 | - $gregorian_month = ( $days_of_gregorain_years % 365 ); |
|
347 | + $gregorian_month = ($days_of_gregorain_years % 365); |
|
348 | 348 | |
349 | - $gregorian_year = intval( $days_of_gregorain_years / 365 ) + 1; |
|
349 | + $gregorian_year = intval($days_of_gregorain_years / 365) + 1; |
|
350 | 350 | |
351 | - $this->config = include( 'Gregorian.php' ); |
|
351 | + $this->config = include('Gregorian.php'); |
|
352 | 352 | |
353 | 353 | foreach ($this->config['month_days_number'] as $month => $value) { |
354 | 354 | |
355 | - if ( $gregorian_month < $value ) break; |
|
355 | + if ($gregorian_month < $value) break; |
|
356 | 356 | |
357 | 357 | $gregorian_month -= $value; |
358 | 358 | } |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | |
362 | 362 | $gregorian_month = $month; |
363 | 363 | |
364 | - $this->date_time->setDate( $gregorian_year, $gregorian_month, $gregorian_day ); |
|
364 | + $this->date_time->setDate($gregorian_year, $gregorian_month, $gregorian_day); |
|
365 | 365 | |
366 | 366 | return $this->date_time; |
367 | 367 |