@@ -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 | } |
@@ -35,9 +35,9 @@ |
||
35 | 35 | 'default_calendar' => 'gregorian', |
36 | 36 | |
37 | 37 | |
38 | - 'date_interval' => array( 'D', 'M', 'Y', 'H', 'm', 'S' ), |
|
38 | + 'date_interval' => array('D', 'M', 'Y', 'H', 'm', 'S'), |
|
39 | 39 | |
40 | 40 | |
41 | - 'date_simple' => array( 'day', ' month', ' year', ' hour', ' minute', ' second' ), |
|
41 | + 'date_simple' => array('day', ' month', ' year', ' hour', ' minute', ' second'), |
|
42 | 42 | |
43 | 43 | ); |
@@ -19,9 +19,9 @@ discard block |
||
19 | 19 | |
20 | 20 | protected $geregorian_DayofWeek; |
21 | 21 | |
22 | - public function __construct( $date_time, $calendar_type = 'gregorian' ) { |
|
22 | + public function __construct($date_time, $calendar_type = 'gregorian') { |
|
23 | 23 | |
24 | - $this->config = include( 'Config.php' ); |
|
24 | + $this->config = include('Config.php'); |
|
25 | 25 | |
26 | 26 | $this->date_time = $date_time; |
27 | 27 | |
@@ -38,9 +38,9 @@ discard block |
||
38 | 38 | */ |
39 | 39 | public function year() { |
40 | 40 | |
41 | - $this->config = include( 'CalendarSettings/' . ucfirst( $this->calendar_type ) . '.php' ); |
|
41 | + $this->config = include('CalendarSettings/'.ucfirst($this->calendar_type).'.php'); |
|
42 | 42 | |
43 | - return $this->config[ 'day_of_year' ]( $this->date_time ); |
|
43 | + return $this->config['day_of_year']($this->date_time); |
|
44 | 44 | |
45 | 45 | } |
46 | 46 | |
@@ -52,9 +52,9 @@ discard block |
||
52 | 52 | */ |
53 | 53 | public function week() { |
54 | 54 | |
55 | - $this->config = include( 'CalendarSettings/' . ucfirst( $this->calendar_type ) . '.php' ); |
|
55 | + $this->config = include('CalendarSettings/'.ucfirst($this->calendar_type).'.php'); |
|
56 | 56 | |
57 | - return $this->config[ 'day_of_week' ]( $this->date_time ); |
|
57 | + return $this->config['day_of_week']($this->date_time); |
|
58 | 58 | |
59 | 59 | } |
60 | 60 |
@@ -2,15 +2,15 @@ discard block |
||
2 | 2 | |
3 | 3 | use Datium\Datium as Datium; |
4 | 4 | |
5 | - return array ( |
|
5 | + return array( |
|
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 | 9 | 'am_time' => 'AM', |
10 | 10 | |
11 | 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 | |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | * |
23 | 23 | *\_________________________________________________________/ |
24 | 24 | */ |
25 | - 'convert_to' => function( $date_time ) { |
|
25 | + 'convert_to' => function($date_time) { |
|
26 | 26 | |
27 | 27 | return null; |
28 | 28 | |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | * |
37 | 37 | *\_________________________________________________________/ |
38 | 38 | */ |
39 | - 'convert_from' => function( $date_time ) { |
|
39 | + 'convert_from' => function($date_time) { |
|
40 | 40 | |
41 | 41 | return null; |
42 | 42 | |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * |
98 | 98 | *\_________________________________________________________/ |
99 | 99 | */ |
100 | - 'days_of_week' => array ( |
|
100 | + 'days_of_week' => array( |
|
101 | 101 | |
102 | 102 | 'Monday', |
103 | 103 | 'Tuesday', |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | ), |
110 | 110 | |
111 | 111 | |
112 | - 'month_days_number' => array( 1 => 31, |
|
112 | + 'month_days_number' => array(1 => 31, |
|
113 | 113 | 2 => 28, |
114 | 114 | 3 => 31, |
115 | 115 | 4 => 30, |
@@ -120,24 +120,24 @@ discard block |
||
120 | 120 | 9 => 30, |
121 | 121 | 10 => 31, |
122 | 122 | 11 => 30, |
123 | - 12 => 30 ), |
|
123 | + 12 => 30), |
|
124 | 124 | |
125 | 125 | |
126 | - 'day_of_year' => function( $date_time ) { |
|
126 | + 'day_of_year' => function($date_time) { |
|
127 | 127 | |
128 | 128 | $result = null; |
129 | 129 | |
130 | 130 | $_month = null; |
131 | 131 | |
132 | - $config = include( 'Gregorian.php' ); |
|
132 | + $config = include('Gregorian.php'); |
|
133 | 133 | |
134 | 134 | $month = $date_time->format('n'); |
135 | 135 | |
136 | 136 | $day = $date_time->format('d'); |
137 | 137 | |
138 | - foreach( $config['month_days_number'] as $_month => $value ) { |
|
138 | + foreach ($config['month_days_number'] as $_month => $value) { |
|
139 | 139 | |
140 | - if ( $_month < $month ) $result += $value; |
|
140 | + if ($_month < $month) $result += $value; |
|
141 | 141 | |
142 | 142 | } |
143 | 143 | |
@@ -147,15 +147,15 @@ discard block |
||
147 | 147 | |
148 | 148 | }, |
149 | 149 | |
150 | - 'day_of_week' => function( $date_time ) { |
|
150 | + 'day_of_week' => function($date_time) { |
|
151 | 151 | |
152 | - $config = include( 'Gregorian.php' ); |
|
152 | + $config = include('Gregorian.php'); |
|
153 | 153 | |
154 | 154 | $day = $date_time->format('l'); |
155 | 155 | |
156 | 156 | foreach ($config['days_of_week'] as $key => $value) { |
157 | 157 | |
158 | - if ( $value == $day ) return $key += 1; |
|
158 | + if ($value == $day) return $key += 1; |
|
159 | 159 | |
160 | 160 | } |
161 | 161 | |
@@ -179,6 +179,6 @@ discard block |
||
179 | 179 | * |
180 | 180 | *\_________________________________________________________/ |
181 | 181 | */ |
182 | - 'weekend' => array( 'saturday', 'sunday' ), |
|
182 | + 'weekend' => array('saturday', 'sunday'), |
|
183 | 183 | |
184 | 184 | ); |