CRM-16953 standardise declaration of ->_defaults
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 3 Aug 2015 02:03:47 +0000 (14:03 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 3 Aug 2015 02:03:47 +0000 (14:03 +1200)
27 files changed:
CRM/Activity/Form/Search.php
CRM/Admin/Form/Navigation.php
CRM/Admin/Form/Setting.php
CRM/Admin/Form/WordReplacements.php
CRM/Campaign/Form/Petition/Signature.php
CRM/Campaign/Form/Search.php
CRM/Case/Form/Activity.php
CRM/Case/Form/Search.php
CRM/Contact/Form/DedupeFind.php
CRM/Contact/Form/DedupeRules.php
CRM/Contact/Form/RelatedContact.php
CRM/Contribute/Form/Contribution.php
CRM/Contribute/Form/Contribution/Main.php
CRM/Contribute/Form/ContributionBase.php
CRM/Contribute/Form/Search.php
CRM/Core/Form.php
CRM/Custom/Form/Group.php
CRM/Event/Form/Registration/AdditionalParticipant.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Form/Search.php
CRM/Financial/Form/Payment.php
CRM/Grant/Form/Search.php
CRM/Member/Form/Search.php
CRM/PCP/Form/PCPAccount.php
CRM/Pledge/Form/Search.php
CRM/Profile/Form.php
CRM/Report/Form.php

index 8e2a4ba5d978351d7aefc1ac14c9b5270c080f6f..ebc67d5320a9a58f001107455370ef919b8c8a9e 100644 (file)
@@ -68,8 +68,6 @@ class CRM_Activity_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_prefix = "activity_";
 
-  protected $_defaults;
-
   /**
    * The saved search ID retrieved from the GET vars.
    *
index ca54eff5b539815f7b2ba71bafdb2dfb05d3006a..2f7651c676f1b4fcb78c0b2c641a9e9cae67b027 100644 (file)
@@ -44,11 +44,6 @@ class CRM_Admin_Form_Navigation extends CRM_Admin_Form {
    */
   protected $_currentParentID = NULL;
 
-  /**
-   * Default values.
-   */
-  protected $_defaults = array();
-
   /**
    * Build the form object.
    *
index 910e5f90d35ef8df960762b633f88b06399f60ab..c70dd8ae4914ee840dc07e7eff2f31170a78e8a4 100644 (file)
@@ -37,7 +37,6 @@
  */
 class CRM_Admin_Form_Setting extends CRM_Core_Form {
 
-  protected $_defaults;
   protected $_settings = array();
 
   /**
index 4de04e9b6d29547a607cc14e0cb120178b356daa..0e6361a861448e4299235a387d59b8111f6dec77 100644 (file)
@@ -36,8 +36,6 @@ class CRM_Admin_Form_WordReplacements extends CRM_Core_Form {
 
   protected $_stringName = NULL;
 
-  protected $_defaults = NULL;
-
   public $unsavedChangesWarn = TRUE;
 
   /**
index 0affe05a240bbaa7b506ce41f7e25c4987259941..2e937ec22b45c8f4b3d94b7bbc1ca9998e18eeb7 100644 (file)
@@ -134,8 +134,6 @@ class CRM_Campaign_Form_Petition_Signature extends CRM_Core_Form {
 
   protected $_image_URL;
 
-  protected $_defaults = NULL;
-
   /**
    */
   public function __construct() {
index 2e79c5dc91ba7e90ffd3a97bfb123414f0d683f6..4d67f124c3d04ae6a53d06a85b917064deb6fe0b 100755 (executable)
@@ -59,8 +59,6 @@ class CRM_Campaign_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_limit = NULL;
 
-  protected $_defaults;
-
   /**
    * Prefix for the controller.
    */
index f1cf6bf439eb592a8873b46ab8f6ef687d1a4309..ee6a7b4b8da919aa81216a859460320cf122f85e 100644 (file)
@@ -53,13 +53,6 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity {
    */
   public $_caseType;
 
-  /**
-   * The default values of an activity.
-   *
-   * @var array
-   */
-  public $_defaults = array();
-
   /**
    * The array of releted contact info.
    *
index 4c33c675de452b4d22549d51a0098029b017ff0e..39964025dd32fd8c1125984f576c40fe7a1ab91c 100644 (file)
@@ -64,8 +64,6 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_prefix = 'case_';
 
-  protected $_defaults;
-
   /**
    * Processing needed for buildForm and later.
    *
index ef80374061d9978b6a2e4d5e9af12da300d913dd..2e77f366cb4c0e06ecf516bdb74338c15bf09f6e 100644 (file)
  */
 class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
 
-  /**
-   * Defined defaults.
-   */
-  public $_defaults;
-
   /**
    * Pre processing.
-   *
-   * @return void
    */
   public function preProcess() {
     $this->rgid = CRM_Utils_Request::retrieve('rgid', 'Positive', $this, FALSE, 0);
index 4361c3ab475b62c84d6976697da7e45c8187c936..bfa0fbfd9d7b6bb1502643d627cd667f24e0881e 100644 (file)
@@ -40,7 +40,6 @@
 class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
   const RULES_COUNT = 5;
   protected $_contactType;
-  protected $_defaults = array();
   protected $_fields = array();
   protected $_rgid;
 
index 7b1a453eefb5fcc9f52dcf30dd59e3d354e1dbc8..c869078931da67f1ce8546d22212f6ca6e329e11 100644 (file)
@@ -55,13 +55,6 @@ class CRM_Contact_Form_RelatedContact extends CRM_Core_Form {
    */
   public $_contactId;
 
-  /**
-   * Form defaults.
-   *
-   * @var array
-   */
-  protected $_defaults = array();
-
   /**
    * Build all the data structures needed to build the form.
    */
index 9962143750ea8c6541c9baba3f16bb655c0f9410..3cf708216acd74809d0ed5cc8de4141329689ac1 100644 (file)
@@ -181,13 +181,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
    */
   public $_priceSet;
 
-  /**
-   * Form defaults
-   * @todo can we define this a as protected? can we define higher up the chain
-   * @var array
-   */
-  public $_defaults;
-
   /**
    * User display name
    *
index 171b2d45b3b9d48c8fe85fb15acf71de9e71b99c..1839304f63c66b31a0cf62f70dc5fecbfdd12df0 100644 (file)
@@ -46,7 +46,6 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
   public $_onBehalfRequired = FALSE;
   public $_onbehalf = FALSE;
   public $_paymentProcessors;
-  protected $_defaults;
 
   public $_membershipTypeValues;
 
index a81bf836b5f7e1710bf45d74dcfe9c94f4bc82eb..c78b12878f76632cb71ac690bddbe09053cce77c 100644 (file)
@@ -88,12 +88,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
    * @var bool
    */
   protected $_separateMembershipPayment;
-  /**
-   * The default values for the form
-   *
-   * @var array
-   */
-  protected $_defaults;
 
   /**
    * The params submitted by the form and computed by the app
index 138202af734dab781bb8c0f63ea715706dc52b15..45b4c1cd44145eaf5fca236648c8bf7273ac6cde 100644 (file)
@@ -57,8 +57,6 @@ class CRM_Contribute_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_limit = NULL;
 
-  protected $_defaults;
-
   /**
    * Prefix for the controller.
    */
index f06c10f8fc9ef2968f45c2e79f02750537732382..75fc295862efabe308f1852783d63b32b3319e42 100644 (file)
@@ -61,6 +61,13 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
    */
   protected $_title = NULL;
 
+  /**
+   * The default values for the form.
+   *
+   * @var array
+   */
+  public $_defaults = array();
+
   /**
    * The options passed into this form
    * @var mixed
index 46f3a1c0f0f6487c6c481c0c6308d50108696dfd..62879af0e8a3419e40b691c62e9450307e69310b 100644 (file)
@@ -59,13 +59,6 @@ class CRM_Custom_Form_Group extends CRM_Core_Form {
    */
   protected $_subtypes = array();
 
-  /**
-   * Array of default params.
-   *
-   * @var array
-   */
-  protected $_defaults = array();
-
   /**
    * Set variables up before form is built.
    *
index 5c46aa8d0d285e5afffe165a9b21fdbe9cf8edc2..3cf1821f0c1ea0fe04390de821ee5726b7a36ade 100644 (file)
  */
 class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_Registration {
 
-  /**
-   * The defaults involved in this page.
-   */
-  public $_defaults = array();
-
   /**
    * Pre-registered additional participant id.
    */
index f4a7c8baa266943c4c33aeb430c2462f7fa8fc31..92128a003e9990e312f7405fc2f0b1d97eb90b0c 100644 (file)
@@ -30,8 +30,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
@@ -45,11 +43,6 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
    */
   public $_fields;
 
-  /**
-   * The defaults involved in this page.
-   */
-  public $_defaults;
-
   /**
    * The status message that user view.
    */
index 0834673f1b06110fdff84c57cc1dce19f9279a05..d3db6d27bf7f83d67e1182ea49b45120d0df424b 100644 (file)
@@ -68,8 +68,6 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_prefix = "event_";
 
-  protected $_defaults;
-
   /**
    * The saved search ID retrieved from the GET vars.
    *
index 699ecfffb2a4d880aed94228f4531aefc63b73ea..61452dea74ba323469be17b43685ab2ecfa24cd6 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Financial_Form_Payment extends CRM_Core_Form {
   /**
index 05c0f1d4d92e10a8e3ca5c59bf50f353eaae437b..b2c03091d58d8f711d0dbcb1bc8325602376a6d0 100644 (file)
@@ -68,8 +68,6 @@ class CRM_Grant_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_prefix = "grant_";
 
-  protected $_defaults;
-
   /**
    * Processing needed for buildForm and later.
    *
index 0e69f987cda298d0bb5fc258efcdbe7b425bdd64..a9565c1e591d4eb367d436c04a88ef5af9b917b7 100644 (file)
@@ -63,8 +63,6 @@ class CRM_Member_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_limit = NULL;
 
-  protected $_defaults;
-
   /**
    * Prefix for the controller.
    */
index 584a7f7565e20119dc6879cefc90c8dd3aa5c034..0167b59ef5315f8475527634be0fd9fe4de3589d 100644 (file)
@@ -52,14 +52,6 @@ class CRM_PCP_Form_PCPAccount extends CRM_Core_Form {
    */
   public $_single;
 
-  /**
-   * The default values for the form.
-   *
-   * @var array
-   */
-  protected $_defaults;
-
-
   public function preProcess() {
     $session = CRM_Core_Session::singleton();
     $config = CRM_Core_Config::singleton();
index 513344cdb83b88ced8d1b95ac930186919fe2d1f..140600004c3d02fe5467772541243f3a94f3df8d 100644 (file)
@@ -64,12 +64,8 @@ class CRM_Pledge_Form_Search extends CRM_Core_Form_Search {
    */
   protected $_prefix = "pledge_";
 
-  protected $_defaults;
-
   /**
    * Processing needed for buildForm and later.
-   *
-   * @return void
    */
   public function preProcess() {
 
index 3fdb20fafb7cb0e2dbd0f48a3afabbaa732619eb..59a7096096c761c31309f07c7bd9e47c96018f30 100644 (file)
@@ -135,8 +135,6 @@ class CRM_Profile_Form extends CRM_Core_Form {
    */
   protected $_ctype = NULL;
 
-  protected $_defaults = NULL;
-
   /**
    * Store profile ids if multiple profile ids are passed using comma separated.
    * Currently lets implement this functionality only for dialog mode
index 8f252b32643331761d33f045481b3c09b2743cd3..8c03314d19fd4547b31a94079f3fcb1631d3be06 100644 (file)
@@ -90,8 +90,6 @@ class CRM_Report_Form extends CRM_Core_Form {
    */
   protected $_options = array();
 
-  protected $_defaults = array();
-
   /**
    * By default most reports hide contact id.
    * Setting this to true makes it available