X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FManageEvent%2FLocation.php;h=04cc5b0945b961d96b2e303557816523c80e94e6;hb=3bdf1f3a158a9fb8f69d5e63e9094cead626fe58;hp=75d08a2a7307d8d1e02f5987160c589c282361c3;hpb=f0294a8e7c329a5875fc2d17daadb5bcf181e2e7;p=civicrm-core.git diff --git a/CRM/Event/Form/ManageEvent/Location.php b/CRM/Event/Form/ManageEvent/Location.php index 75d08a2a73..04cc5b0945 100644 --- a/CRM/Event/Form/ManageEvent/Location.php +++ b/CRM/Event/Form/ManageEvent/Location.php @@ -69,8 +69,6 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { /** * Set variables up before form is built. - * - * @return void */ public function preProcess() { parent::preProcess(); @@ -95,11 +93,9 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { } /** - * Set default values for the form. Note that in edit/view mode - * the default values are retrieved from the database - * + * Set default values for the form. * - * @return void + * Note that in edit/view mode the default values are retrieved from the database. */ public function setDefaultValues() { $defaults = $this->_values; @@ -126,9 +122,6 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { /** * Add local and global form rules. - * - * - * @return void */ public function addRules() { $this->addFormRule(array('CRM_Event_Form_ManageEvent_Location', 'formRule')); @@ -151,9 +144,7 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { } /** - * function to build location block. - * - * @return void + * Function to build location block. */ public function buildQuickForm() { //load form for child blocks @@ -214,9 +205,6 @@ class CRM_Event_Form_ManageEvent_Location extends CRM_Event_Form_ManageEvent { /** * Process the form submission. - * - * - * @return void */ public function postProcess() { $params = $this->exportValues();