Merge pull request #5288 from colemanw/CRM-15932
[civicrm-core.git] / tools / CRM / Auction / Form / SearchItem.php
index eba5409c0337fda6135b41195d9931bd12c94c01..4800e4d086cce3eb3dbb753b2248bfba0301949e 100644 (file)
@@ -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();
@@ -58,9 +55,6 @@ class CRM_Auction_Form_SearchItem extends CRM_Core_Form {
 
   /**
    * Build the form object
-   *
-   * @access public
-   *
    * @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();