}
/**
- * @param $submittedValues
+ * @param array $submittedValues
*
* @return mixed
*/
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contribute_Form_AdditionalInfo {
*/
/**
- * This form records additional payments needed when
- * event/contribution is partially paid
- *
+ * This form records additional payments needed when event/contribution is partially paid.
*/
class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_AbstractEditPayment {
public $_contributeMode = 'direct';
/**
* Set variables up before form is built.
- *
- * @return void
*/
public function preProcess() {
parent::preProcess();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * form to process actions on the group aspect of Custom Data
+ * Contribution Page form.
*/
class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
protected $_pid;
/**
- * Pre process the form.
- *
- *
- * @return void
+ * Pre process the form.
*/
public function preProcess() {
parent::preProcess();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
/**
* Process the form when submitted.
- *
- * @return void
*/
public function postProcess() {
$transaction = new CRM_Core_Transaction();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * form to process actions on Premiums
+ * Form to process actions on Premiums.
*/
class CRM_Contribute_Form_ContributionPage_Premium extends CRM_Contribute_Form_ContributionPage {
/**
* Set default values for the form. Note that in edit/view mode
* the default values are retrieved from the database
- *
- *
- * @return void
*/
public function setDefaultValues() {
$defaults = array();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_ContributionPage {
/**
* Set variables up before form is built.
- *
- * @return void
*/
public function preProcess() {
parent::preProcess();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * Helper class to build navigation links
+ * Helper class to build navigation links.
*/
class CRM_Contribute_Form_ContributionPage_TabHeader {
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * form to configure thank-you messages and receipting features for an online contribution page
+ * Form to configure thank-you messages and receipting features for an online contribution page.
*/
class CRM_Contribute_Form_ContributionPage_ThankYou extends CRM_Contribute_Form_ContributionPage {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Contribute_Form_ContributionPage_Widget extends CRM_Contribute_Form_ContributionPage {
protected $_colors;
class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form {
/**
- * Pre process the form.
- *
- *
- * @return void
+ * Pre process the form.
*/
public function preProcess() {
parent::preProcess();
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class build form elements for select existing or create new soft block
+ * This class build form elements for select existing or create new soft block.
*/
class CRM_Contribute_Form_SoftCredit {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class provides the functionality for batch profile update for contributions
+ * This class provides the functionality for batch profile update for contributions.
*/
class CRM_Contribute_Form_Task_Batch extends CRM_Contribute_Form_Task {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class provides the functionality to delete a group of
- * contributions. This class provides functionality for the actual
- * deletion.
+ * This class provides the functionality to delete a group of contributions.
+ *
+ * This class provides functionality for the actual deletion.
*/
class CRM_Contribute_Form_Task_Delete extends CRM_Contribute_Form_Task {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id: Email.php 45499 2013-02-08 12:31:05Z kurund $
- *
*/
/**
- * This class provides the functionality to email a group of
- * contacts.
+ * This class provides the functionality to email a group of contacts.
*/
class CRM_Contribute_Form_Task_Email extends CRM_Contribute_Form_Task {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- *
*/
/**
/**
* Build the form object.
- *
- *
- * @return void
*/
public function buildQuickForm() {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class provides the functionality to create PDF letter for a group of
- * contacts or a single contact.
+ * This class provides the functionality to create PDF letter for a group of contacts or a single contact.
*/
class CRM_Contribute_Form_Task_PDFLetter extends CRM_Contribute_Form_Task {
/**
* Process the form after the input has been submitted and validated.
*
- *
* @param CRM_Contribute_Form_Task $form
- *
- * @return void
*/
public static function postProcess(&$form) {
list($formValues, $categories, $html_message, $messageToken, $returnProperties) = self::processMessageTemplate($form);
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class provides the functionality for batch profile update for contribution
+ * This class provides the functionality for batch profile update for contributions.
*/
class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
- * This class provides the functionality to print contribution records
+ * This class provides the functionality to print contribution records.
*/
class CRM_Contribute_Form_Task_Print extends CRM_Contribute_Form_Task {
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
* Used for displaying results
- *
- *
*/
class CRM_Contribute_Form_Task_Result extends CRM_Contribute_Form_Task {
/**
* Build the form object.
- *
- * @return void
*/
public function buildQuickForm() {
$this->addButtons(array(
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- *
*/
/**