Merge pull request #5288 from colemanw/CRM-15932
[civicrm-core.git] / tools / CRM / Auction / Form / SearchItem.php
index 11787635ec5a265cc9274b3ec45d92bff7fb2d4c..4800e4d086cce3eb3dbb753b2248bfba0301949e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -44,10 +44,7 @@ class CRM_Auction_Form_SearchItem extends CRM_Core_Form {
    * This virtual function is used to set the default values of
    * various form elements
    *
-   * access        public
-   *
    * @return array reference to the array of default values
-   *
    */
   function setDefaultValues() {
     $defaults = array();
@@ -57,10 +54,7 @@ class CRM_Auction_Form_SearchItem extends CRM_Core_Form {
   }
 
   /**
-   * Build the form
-   *
-   * @access public
-   *
+   * Build the form object
    * @return void
    */
   public function buildQuickForm() {
@@ -82,6 +76,9 @@ class CRM_Auction_Form_SearchItem extends CRM_Core_Form {
       ));
   }
 
+  /**
+   *
+   */
   function postProcess() {
     $params = $this->controller->exportValues($this->_name);
     $parent = $this->controller->getParent();