@@ -12,6 +12,11 @@ |
||
12 | 12 | require_once($CONFIG->pluginspath.'event_calendar/models/model.php'); |
13 | 13 | |
14 | 14 | if( !function_exists('getLastDayOfMonth') ){ |
15 | + |
|
16 | + /** |
|
17 | + * @param string $month |
|
18 | + * @param string $year |
|
19 | + */ |
|
15 | 20 | function getLastDayOfMonth($month, $year) { |
16 | 21 | return idate('d', mktime(0, 0, 0, ($month + 1), 0, $year)); |
17 | 22 | } |
@@ -561,7 +561,7 @@ |
||
561 | 561 | /** |
562 | 562 | * Return an array of fields which can be exported. |
563 | 563 | * |
564 | - * @return array |
|
564 | + * @return string[] |
|
565 | 565 | * @deprecated 1.9 Use toObject() |
566 | 566 | */ |
567 | 567 | public function getExportableValues() { |
@@ -561,7 +561,7 @@ |
||
561 | 561 | /** |
562 | 562 | * Return an array of fields which can be exported. |
563 | 563 | * |
564 | - * @return array |
|
564 | + * @return string[] |
|
565 | 565 | * @deprecated 1.9 Use toObject() |
566 | 566 | */ |
567 | 567 | public function getExportableValues() { |