protected $_values = array();
protected $unsavedWarn = TRUE;
-
- /**
+
+ /**
* Explicitly declare the entity api name.
*/
public function getDefaultEntity() {
*
*/
class CRM_Admin_Form_ParticipantStatusType extends CRM_Admin_Form {
-
+
/**
* Explicitly declare the entity api name.
*/
public function getDefaultEntity() {
return 'ParticipantStatusType';
}
-
+
public function buildQuickForm() {
parent::buildQuickForm();
*/
class CRM_Admin_Form_Tag extends CRM_Admin_Form {
protected $_isTagSet;
-
+
/**
* Explicitly declare the entity api name.
*/
* @var int
*/
protected $_campaignId;
-
+
/**
* Explicitly declare the entity api name.
*/
* @var string
*/
protected $_context;
-
+
/**
* Explicitly declare the entity api name.
*/
* during the write phase
*/
public $_preEditValues;
-
+
/**
* Explicitly declare the entity api name.
*/
protected $_customSearchClass = NULL;
protected $_openedPanes = array();
-
+
/**
* Explicitly declare the entity api name.
*/
$this->_taskList += CRM_Contact_Task::permissionedTaskTitles($permission,
CRM_Utils_Array::value('deleted_contacts', $this->_formValues)
);
- } else {
+ }
+ else {
$className = $this->_modeValue['taskClassName'];
- $this->_taskList += $className::permissionedTaskTitles($permission, false);
+ $this->_taskList += $className::permissionedTaskTitles($permission, FALSE);
}
// Only offer the "Update Smart Group" task if a smart group/saved search is already in play
protected $_priceSetID = NULL;
protected $_values;
-
+
/**
* Explicitly declare the entity api name.
*/
$this->addDate($name . $to, ts('To:'), $required, array('formatType' => $dateFormat));
}
}
-
+
/**
- * Classes extending CRM_Core_Form should implement this method.
+ * Classes extending CRM_Core_Form should implement this method.
* @throws Exception
*/
public function getDefaultEntity() {
* @var null
*/
public $_onlinePendingContributionId = NULL;
-
+
/**
* Explicitly declare the entity api name.
*/
*
*/
class CRM_Event_Form_SearchEvent extends CRM_Core_Form {
-
+
/**
* Explicitly declare the entity api name.
*/
);
$this->addSelect('event_type_id', array('multiple' => TRUE, 'context' => 'search'));
-
+
$eventsByDates = array();
$searchOption = array(ts('Show Current and Upcoming Events'), ts('Search All or by Date Range'));
$this->addRadio('eventsByDates', ts('Events by Dates'), $searchOption, array('onclick' => "return showHideByValue('eventsByDates','1','id_fromToDates','block','radio',true);"), "<br />");
protected $_contactID;
protected $_context;
-
+
/**
* Explicitly declare the entity api name.
*/
* @var string
*/
protected $_BAOName;
-
- /**
+
+ /**
* Explicitly declare the entity api name.
*/
public function getDefaultEntity() {
protected $_currentUserID = NULL;
protected $_session = NULL;
-
+
/**
* Explicitly declare the entity api name.
*/