CRM-20420 - Add docblocks
authorTim Otten <totten@civicrm.org>
Thu, 13 Apr 2017 02:06:07 +0000 (19:06 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 13 Apr 2017 02:06:07 +0000 (19:06 -0700)
CRM/Utils/PDF/Document.php
CRM/Utils/PDF/Utils.php

index e841d67ca09461f06fb36d0b0bf671dfffbbec9c..08b817872c2bce7679e361fa66d882fd241b7e50 100644 (file)
@@ -57,6 +57,7 @@ class CRM_Utils_PDF_Document {
    * Convert html to a Doc file.
    *
    * @param array $pages
+   *   List of HTML snippets.
    * @param string $fileName
    * @param array|int $format
    */
@@ -176,7 +177,8 @@ class CRM_Utils_PDF_Document {
    * @param string $filePath
    *   Document file path
    * @param array $contents
-   *   Content of formatted/token-replaced document
+   *   Content of formatted/token-replaced document.
+   *   List of HTML snippets.
    * @param string $docType
    *   Document type e.g. odt/docx
    * @param clsTbsZip $zip
index f8696f04c76c280621cef0efc32cc185e3fbc273..fb3584772e9402404d657db3b14e28e1b8969364 100644 (file)
@@ -36,7 +36,8 @@ use Dompdf\Options;
 class CRM_Utils_PDF_Utils {
 
   /**
-   * @param $text
+   * @param array $text
+   *   List of HTML snippets.
    * @param string $fileName
    * @param bool $output
    * @param null $pdfFormat