*/
protected $_prefix = "activity_";
- protected $_defaults;
-
/**
* The saved search ID retrieved from the GET vars.
*
*/
protected $_currentParentID = NULL;
- /**
- * Default values.
- */
- protected $_defaults = array();
-
/**
* Build the form object.
*
*/
class CRM_Admin_Form_Setting extends CRM_Core_Form {
- protected $_defaults;
protected $_settings = array();
/**
protected $_stringName = NULL;
- protected $_defaults = NULL;
-
public $unsavedChangesWarn = TRUE;
/**
protected $_image_URL;
- protected $_defaults = NULL;
-
/**
*/
public function __construct() {
*/
protected $_limit = NULL;
- protected $_defaults;
-
/**
* Prefix for the controller.
*/
*/
public $_caseType;
- /**
- * The default values of an activity.
- *
- * @var array
- */
- public $_defaults = array();
-
/**
* The array of releted contact info.
*
*/
protected $_prefix = 'case_';
- protected $_defaults;
-
/**
* Processing needed for buildForm and later.
*
*/
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);
class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form {
const RULES_COUNT = 5;
protected $_contactType;
- protected $_defaults = array();
protected $_fields = array();
protected $_rgid;
*/
public $_contactId;
- /**
- * Form defaults.
- *
- * @var array
- */
- protected $_defaults = array();
-
/**
* Build all the data structures needed to build the form.
*/
*/
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
*
public $_onBehalfRequired = FALSE;
public $_onbehalf = FALSE;
public $_paymentProcessors;
- protected $_defaults;
public $_membershipTypeValues;
* @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
*/
protected $_limit = NULL;
- protected $_defaults;
-
/**
* Prefix for the controller.
*/
*/
protected $_title = NULL;
+ /**
+ * The default values for the form.
+ *
+ * @var array
+ */
+ public $_defaults = array();
+
/**
* The options passed into this form
* @var mixed
*/
protected $_subtypes = array();
- /**
- * Array of default params.
- *
- * @var array
- */
- protected $_defaults = array();
-
/**
* Set variables up before form is built.
*
*/
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.
*/
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
/**
*/
public $_fields;
- /**
- * The defaults involved in this page.
- */
- public $_defaults;
-
/**
* The status message that user view.
*/
*/
protected $_prefix = "event_";
- protected $_defaults;
-
/**
* The saved search ID retrieved from the GET vars.
*
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
*/
class CRM_Financial_Form_Payment extends CRM_Core_Form {
/**
*/
protected $_prefix = "grant_";
- protected $_defaults;
-
/**
* Processing needed for buildForm and later.
*
*/
protected $_limit = NULL;
- protected $_defaults;
-
/**
* Prefix for the controller.
*/
*/
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();
*/
protected $_prefix = "pledge_";
- protected $_defaults;
-
/**
* Processing needed for buildForm and later.
- *
- * @return void
*/
public function preProcess() {
*/
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
*/
protected $_options = array();
- protected $_defaults = array();
-
/**
* By default most reports hide contact id.
* Setting this to true makes it available