From b3481194882cdc9c40068e77168bc442cafbe529 Mon Sep 17 00:00:00 2001 From: Alexei Karpenko Date: Thu, 27 Feb 2025 14:45:57 +0100 Subject: [PATCH] added comment to Documents api controller --- application/controllers/api/frontend/v1/Documents.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/controllers/api/frontend/v1/Documents.php b/application/controllers/api/frontend/v1/Documents.php index 42a2d3433..ebd1b269b 100644 --- a/application/controllers/api/frontend/v1/Documents.php +++ b/application/controllers/api/frontend/v1/Documents.php @@ -149,9 +149,11 @@ class Documents extends FHCAPI_Controller } /** + * @param string $xml + * @param string $xsl + * @param string $sign_user (optional) * - * @param - * @return object success or error + * @return array with Akte data and export data */ private function _getAkteExportData($xml, $xsl, $sign_user = null) {