Merge pull request #5243 from totten/4.5-dompdf
[civicrm-core.git] / CRM / Utils / Api.php
index b45d7eefa60948742f2d97cde054e1b1176af527..3c1b145684465b8c648748f10606b78640977a60 100644 (file)
  +--------------------------------------------------------------------+
 */
 
+/**
+ * Class CRM_Utils_Api
+ */
 class CRM_Utils_Api {
   /**
    * Attempts to retrieve the API entity name from any calling class.
    *
    * @param string|object $classNameOrObject
+   *
+   * @return string
    * @throws CRM_Core_Exception
    */
   static function getEntityName($classNameOrObject) {