X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FGroupContact.php;h=64e83e772cb56b6163f4da5ad091a4fd5833f0e3;hb=5a409b503d3d12e55c4734e88d046971e640f3bd;hp=c55fc4994da4851a5d0d96348fde23987eee63a0;hpb=7e9e8871fab6ef8220dffbe418460ebc9c61ed33;p=civicrm-core.git diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index c55fc4994d..64e83e772c 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class generates form components for groupContact - * + * This class generates form components for groupContact. */ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { @@ -67,6 +64,9 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { return 'create'; } + /** + * Pre process form. + */ public function preProcess() { $this->_contactId = $this->get('contactId'); $this->_groupContactId = $this->get('groupContactId'); @@ -75,8 +75,6 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { // get the list of all the groups @@ -129,8 +127,7 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { } /** - * - * @return void + * Post process form. */ public function postProcess() { $contactID = array($this->_contactId);