@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Exports records as defined in $_definition |
| 31 | 31 | * |
| 32 | - * @param egw_record $_definition |
|
| 32 | + * @param importexport_definition $_definition |
|
| 33 | 33 | */ |
| 34 | 34 | public function export( $_stream, importexport_definition $_definition) { |
| 35 | 35 | $options = $_definition->plugin_options; |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Exports records as defined in $_definition |
| 31 | 31 | * |
| 32 | - * @param egw_record $_definition |
|
| 32 | + * @param importexport_definition $_definition |
|
| 33 | 33 | */ |
| 34 | 34 | public function export( $_stream, importexport_definition $_definition) { |
| 35 | 35 | $options = $_definition->plugin_options; |
@@ -104,8 +104,7 @@ |
||
| 104 | 104 | /** |
| 105 | 105 | * imports entries according to given definition object. |
| 106 | 106 | * @param resource $_stream |
| 107 | - * @param string $_charset |
|
| 108 | - * @param definition $_definition |
|
| 107 | + * @param importexport_definition $_definition |
|
| 109 | 108 | */ |
| 110 | 109 | public function import( $_stream, importexport_definition $_definition ) { |
| 111 | 110 | $import_csv = new importexport_import_csv( $_stream, array( |
@@ -127,8 +127,7 @@ |
||
| 127 | 127 | /** |
| 128 | 128 | * Show files shared |
| 129 | 129 | * |
| 130 | - * @param array $content=null |
|
| 131 | - * @param string $msg='' |
|
| 130 | + * @param array $content |
|
| 132 | 131 | */ |
| 133 | 132 | public function index(array $content=null) |
| 134 | 133 | { |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | * Create a session or if the user has no account return authenticate header and 401 Unauthorized |
| 32 | 32 | * |
| 33 | 33 | * @param array &$account |
| 34 | - * @return int session-id |
|
| 34 | + * @return string session-id |
|
| 35 | 35 | */ |
| 36 | 36 | function check_access(&$account) |
| 37 | 37 | { |
@@ -198,7 +198,7 @@ |
||
| 198 | 198 | /** |
| 199 | 199 | * This portlet accepts files and links |
| 200 | 200 | * |
| 201 | - * @return boolean|String[] |
|
| 201 | + * @return string[] |
|
| 202 | 202 | */ |
| 203 | 203 | public function accept_drop() |
| 204 | 204 | { |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | * cleanup |
| 34 | 34 | * |
| 35 | 35 | * @return |
| 36 | - */ |
|
| 36 | + void |
|
| 37 | 37 | public function __destruct( ); |
| 38 | 38 | |
| 39 | 39 | /** |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Exports records as defined in $_definition |
| 31 | 31 | * |
| 32 | - * @param egw_record $_definition |
|
| 32 | + * @param importexport_definition $_definition |
|
| 33 | 33 | */ |
| 34 | 34 | public function export( $_stream, importexport_definition $_definition) { |
| 35 | 35 | $options = $_definition->plugin_options; |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | /** |
| 30 | 30 | * Exports records as defined in $_definition |
| 31 | 31 | * |
| 32 | - * @param egw_record $_definition |
|
| 32 | + * @param importexport_definition $_definition |
|
| 33 | 33 | */ |
| 34 | 34 | public function export( $_stream, importexport_definition $_definition) { |
| 35 | 35 | $options = $_definition->plugin_options; |