CRM-15789 - Move htmlAttributes helper to utils class
[civicrm-core.git] / CRM / Utils / PDF / Utils.php
index b60466e4d2fcd518624b760b313d17af43d9edc1..0e9f00c6d8d14868531c9f73075bffec6b8431b2 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -224,10 +224,9 @@ class CRM_Utils_PDF_Utils {
     }
   }
 
-  /*
-   * convert value from one metric to another
-   */
   /**
+   * convert value from one metric to another
+   *
    * @param $value
    * @param $from
    * @param $to
@@ -302,7 +301,7 @@ class CRM_Utils_PDF_Utils {
    * @param string $author
    * @param string $title
    */
-  static function &pdflib(
+  public static function &pdflib(
     $fileName,
     $searchPath,
     &$values,
@@ -406,4 +405,5 @@ class CRM_Utils_PDF_Utils {
       CRM_Core_Error::statusBounce("PDFlib Error: " . $excp->get_errmsg());
     }
   }
+
 }