@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace Datium; |
| 2 | 2 | |
| 3 | 3 | use Datium\Tools\Convert; |
| 4 | -use Datium\Tools\DayOf; |
|
| 5 | 4 | use DateTime; |
| 6 | 5 | use DateInterval; |
| 7 | 6 | use DatePeriod; |
@@ -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 | |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | /** |
| 101 | 101 | * check the ghamari year is leap or not |
| 102 | 102 | * @since Oct, 24 2015 |
| 103 | - * @return boolean |
|
| 103 | + * @return integer|null |
|
| 104 | 104 | */ |
| 105 | 105 | public function ghamariLeapYear() { |
| 106 | 106 | |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | ``<?php |
| 2 | 2 | |
| 3 | - use OpenCafe\Datium as Datium; |
|
| 4 | - |
|
| 5 | 3 | return array ( |
| 6 | 4 | |
| 7 | 5 | 'numbers' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'), |
@@ -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 | |
@@ -183,7 +183,7 @@ discard block |
||
| 183 | 183 | * Get current datetime |
| 184 | 184 | * |
| 185 | 185 | * @since Aug 17 2015 |
| 186 | - * @return object |
|
| 186 | + * @return Datium |
|
| 187 | 187 | */ |
| 188 | 188 | public static function now() |
| 189 | 189 | { |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | * @param integer $minute minute number |
| 205 | 205 | * @param integer $second second number |
| 206 | 206 | * |
| 207 | - * @return object |
|
| 207 | + * @return Datium |
|
| 208 | 208 | */ |
| 209 | 209 | public static function create( $year = 2000, $month = 1, $day = 1, $hour = 0, $minute = 0, $second = 0 ) |
| 210 | 210 | { |
@@ -243,7 +243,7 @@ discard block |
||
| 243 | 243 | * @param object $date_start Start of the DateTime |
| 244 | 244 | * @param object $date_end End of the DateTime |
| 245 | 245 | * |
| 246 | - * @return object |
|
| 246 | + * @return Datium |
|
| 247 | 247 | */ |
| 248 | 248 | public static function between( $date_start, $date_end ) |
| 249 | 249 | { |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | * |
| 290 | 290 | * @param object $calendar Assigned calendar to when calendar should start. |
| 291 | 291 | * |
| 292 | - * @return object |
|
| 292 | + * @return Datium |
|
| 293 | 293 | */ |
| 294 | 294 | public function to( $calendar ) |
| 295 | 295 | { |
@@ -330,7 +330,7 @@ discard block |
||
| 330 | 330 | * |
| 331 | 331 | * @param string $value How much date should be added to current date |
| 332 | 332 | * |
| 333 | - * @return object |
|
| 333 | + * @return Datium |
|
| 334 | 334 | */ |
| 335 | 335 | public function add( $value ) |
| 336 | 336 | { |
@@ -360,7 +360,7 @@ discard block |
||
| 360 | 360 | * |
| 361 | 361 | * @param string $value How much date should increase from current date |
| 362 | 362 | * |
| 363 | - * @return obejct |
|
| 363 | + * @return Datium |
|
| 364 | 364 | */ |
| 365 | 365 | public function sub( $value ) |
| 366 | 366 | { |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | * |
| 391 | 391 | * @param string $type Name of the calendar to caculate leap year |
| 392 | 392 | * |
| 393 | - * @return boolean |
|
| 393 | + * @return Leap |
|
| 394 | 394 | */ |
| 395 | 395 | public function leap( $type = 'gregorian' ) |
| 396 | 396 | { |
@@ -406,7 +406,7 @@ discard block |
||
| 406 | 406 | * |
| 407 | 407 | * @since Aug, 22 2015 |
| 408 | 408 | * |
| 409 | - * @return integer |
|
| 409 | + * @return DayOf |
|
| 410 | 410 | */ |
| 411 | 411 | public function dayOf() |
| 412 | 412 | { |
@@ -453,7 +453,7 @@ discard block |
||
| 453 | 453 | * |
| 454 | 454 | * @param string $language language short name fa, en, ar ... |
| 455 | 455 | * |
| 456 | - * @return object |
|
| 456 | + * @return Datium |
|
| 457 | 457 | */ |
| 458 | 458 | public function lang( $language = 'fa' ) |
| 459 | 459 | { |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use OpenCafe\Tools\Leap; |
| 19 | 19 | use OpenCafe\Tools\DayOf; |
| 20 | 20 | use OpenCafe\Tools\Lang; |
| 21 | - |
|
| 22 | 21 | use OpenCafe\Datium; |
| 23 | 22 | |
| 24 | 23 | /** |