more comment fixes
[civicrm-core.git] / CRM / Core / Form / RecurringEntity.php
index 40f96a5b46babb65792d42ffc9205f4d9ce3f7e3..c202188193ec1bcdee0e4a240d4fe6a7f8c49220 100644 (file)
@@ -74,6 +74,9 @@ class CRM_Core_Form_RecurringEntity {
    */
   public static $_hasParent = FALSE;
 
+  /**
+   * @param $entityTable
+   */
   public static function preProcess($entityTable) {
     self::$_entityId = (int) CRM_Utils_Request::retrieve('id', 'Positive');
     self::$_entityTable = $entityTable;
@@ -147,6 +150,11 @@ class CRM_Core_Form_RecurringEntity {
     return $defaults;
   }
 
+  /**
+   * Build form.
+   *
+   * @param $form
+   */
   public static function buildQuickForm(&$form) {
     if (self::$_entityTable) {
       $entityType = explode("_", self::$_entityTable);