}
/**
- * To get the Activities of a target contact
+ * get the Activities of a target contact
*
* @param int $contactId
* Id of the contact whose activities need to find.
}
/**
- * This function is a wrapper for ajax activity selector
+ * wrapper for ajax activity selector
*
* @param array $params
* Associated array for params record id.
}
/**
- * Used to copy custom fields and attachments from an existing activity to another.
+ * copy custom fields and attachments from an existing activity to another.
* @see CRM_Case_Page_AJAX::_convertToCaseActivity()
*
* @param array $params
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @param null
}
/**
- * This function is a wrapper for ajax batch selector
+ * wrapper for ajax batch selector
*
* @param array $params
* Associated array for params record id.
}
/**
- * This function retrieve survey voter information.
+ * Retrieve survey voter information.
*
* @param int $surveyId
* Survey id.
* @param array $statusIds
* Survey status ids.
*
- * @return array $$contactIds survey related contact ids.
+ * @return array
+ * Survey related contact ids.
* @static
*/
public static function getSurveyVoterInfo($surveyId, $interviewerId = NULL, $statusIds = array()) {
}
/**
- * This function is to check survey activity.
+ * check survey activity.
*
* @param int $activityId
* Activity id.
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @param $fields
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @param $fields
}
/**
- * This function is used to convert associative array names to values
+ * convert associative array names to values
* and vice-versa.
*
* This function is used by both the web form layer and the api. Note that
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @return void
class CRM_Case_Page_CaseDetails extends CRM_Core_Page {
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is a wrapper for ajax group selector
+ * wrapper for ajax group selector
*
* @param array $params
* Associated array for params record id.
*/
/**
- * This class is a heart of search query building mechanism.
+ * This is the heart of the search query building mechanism.
*/
class CRM_Contact_BAO_Query {
/**
- * This function is a wrapper for contact relationship selector
+ * wrapper for contact relationship selector
*
* @param array $params
* Associated array for params record id.
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @return void
class CRM_Contact_Form_Edit_Notes {
/**
- * This function is to build form elements
+ * build form elements
* params object $form object of the form
*
* @static
const GROUP = 1, TAG = 2, ALL = 3;
/**
- * This function is to build form elements
+ * build form elements
* params object $form object of the form
*
* @param CRM_Core_Form $form
}
/**
- * This function is used to add the rules for form.
+ * add the rules for form.
*
* @return void
*/
}
/**
- * This function is used to add the rules for form.
+ * add the rules for form.
*
* @return void
*/
}
/**
- * This function is to get the result of the search for Add to * forms
+ * get the result of the search for Add to * forms
*
* @param CRM_Core_Form $form
* @param array $params
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
public $_contactId;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called
+ * the main function that is called
* when the page loads, it decides the which action has
* to be taken for the page.
*
class CRM_Contact_Page_View_GroupContact extends CRM_Core_Page {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is update
+ * called when action is update
*
* @param int $groupId
*
}
/**
- * This function is the main function that is called
+ * the main function that is called
* when the page loads, it decides the which action has
* to be taken for the page.
*
class CRM_Contact_Page_View_Log extends CRM_Core_Page {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+ * the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
* return null
*/
}
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is called to delete the relationship of a contact
+ * called to delete the relationship of a contact
*
* return null
*/
class CRM_Contact_Page_View_Sunlight extends CRM_Contact_Page_View {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
class CRM_Contact_Page_View_Tag extends CRM_Core_Page {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads
+ * the main function that is called when the page loads
* it decides the which action has to be taken for the page.
*
* return null
class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_View_UserDashBoard {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is update
+ * called when action is update
*
* @param int $groupId
*
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is called to rebuild prev next cache using full sql in case of core search ( excluding custom search)
+ * called to rebuild prev next cache using full sql in case of core search ( excluding custom search)
*
* @param int $start
* Start for limit clause.
}
/**
- * This function is used to convert associative array names to values
+ * convert associative array names to values
* and vice-versa.
*
* This function is used by both the web form layer and the api. Note that
}
/**
- * This function is to make a copy of a contribution page, including
+ * make a copy of a contribution page, including
* all the blocks in the page
*
* @param int $id
}
/**
- * This function is used by CRM/Pledge/Form/Pledge.php
+ * used by CRM/Pledge/Form/Pledge.php
*
* Build the form object for PaymentReminders Information.
*
}
/**
- * This function is called after the user submits the form
+ * called after the user submits the form
*
*
* @return void
}
/**
- * This function is to make a copy of a contribution page, including
+ * make a copy of a contribution page, including
* all the fields in the page
*
* @return void
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
// end function
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is view
+ * called when action is view
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is a wrapper of getScheduleReminderDetailsById function
+ * wrapper of getScheduleReminderDetailsById function
*
* @param int $scheduleReminderId
* Primary key of civicrm_action_schedule table .
}
/**
- * This function is to make a copy of a profile, including
+ * make a copy of a profile, including
* all the fields in the profile
*
* @param int $id
}
/**
- * This function is used to setDefault componet specific profile fields.
+ * setDefault componet specific profile fields.
*
* @param array $fields
* Profile fields.
public $formKeyDisable = FALSE;
/**
- * To determine whether the call is from cms or civicrm
+ * determine whether the call is from cms or civicrm
*/
public $inCiviCRM = FALSE;
}
/**
- * This function is to make a shallow copy of an object
+ * make a shallow copy of an object
* and all the fields in the object
*
* @param string $daoName
}
/**
- * This function is called before buildForm. Any pre-processing that
+ * called before buildForm. Any pre-processing that
* needs to be done for buildForm should be done here
*
* This is a virtual function and should be redefined if needed
}
/**
- * This function is called after the form is validated. Any
+ * called after the form is validated. Any
* processing of form state etc should be done in this function.
* Typically all processing associated with a form should be done
* here and relevant state should be stored in the session
}
/**
- * This function is just a wrapper, so that we can call all the hook functions
+ * just a wrapper, so that we can call all the hook functions
* @param bool $allowAjax
* FIXME: This feels kind of hackish, ideally we would take the json-related code from this function.
* and bury it deeper down in the controller
const DATE_yyyy_mm_dd = 1, DATE_mm_dd_yy = 2, DATE_mm_dd_yyyy = 4, DATE_Month_dd_yyyy = 8, DATE_dd_mon_yy = 16, DATE_dd_mm_yyyy = 32;
/**
- * This function is to build the date-format form
+ * build the date-format form
*
* @param CRM_Core_Form $form
* The form object that we are operating on.
/**
- * This function is to retrieve the date range - relative or absolute
+ * retrieve the date range - relative or absolute
* and assign it to the form
*
* @param CRM_Core_Form $form
}
/**
- * This function is to build the date range array that will provide the form option values
+ * build the date range array that will provide the form option values
* It can be - relative or absolute
*
* @param CRM_Core_Form $form
}
/**
- * This function is to build the date range - relative or absolute
+ * build the date range - relative or absolute
*
* @param CRM_Core_Form $form
* The form object that we are operating on.
}
/**
- * This function is going to filter the
+ * going to filter the
* submitted values across XSS vulnerability.
*
* @param array|string $values
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @param null
}
/**
- * To find fields related to a rule group.
+ * find fields related to a rule group.
*
* @param array contains the rule group property to identify rule group
*
}
/**
- * To find fields related to a rule group.
+ * find fields related to a rule group.
*
* @param array $params
*
}
/**
- * This function is to make a copy of a Event, including
+ * make a copy of a Event, including
* all the fields in the event Wizard
*
* @param int $id
}
/**
- * This function is used to convert associative array names to values
+ * convert associative array names to values
* and vice-versa.
*
* This function is used by both the web form layer and the api. Note that
}
/**
- * To create trxn entry if an event has discount.
+ * create trxn entry if an event has discount.
*
* @param int $eventID
* Event id.
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @return void
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is to make a copy of a Event, including
+ * make a copy of a Event, including
* all the fields in the event wizard
*
* @return void
public $_contactId = NULL;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is view
+ * called when action is view
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+ * the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
* return null
*/
}
/**
- * This function is used for the to show the associated
+ * used for the to show the associated
* contribution for the participant
*
* return null
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
}
/**
- * To fetch financial type having relationship as Income Account is
+ * fetch financial type having relationship as Income Account is
*
*
* @return array all financial type with income account is relationship
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
public $_contactId = NULL;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is view
+ * called when action is view
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is a wrapper for ajax activity selector
+ * wrapper for ajax activity selector
*
* @param array $params
* Associated array for params record id.
public $_contactId = NULL;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
/**
- * To store contactType
+ * store contactType
*
* @var int
* @static
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
public $_contactId = NULL;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is view
+ * called when action is view
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+ * the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
* return null
*/
}
/**
- * This function is used for the to show the associated
+ * used for the to show the associated
* contribution for the membership
* @form array $form (ref.) an assoc array of name/value pairs
* return null
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is used to add the rules (mainly global rules) for form.
+ * add the rules (mainly global rules) for form.
* All local rules are added near the element
*
* @return void
}
/**
- * This function is the main function that is called when the page loads,
+ * the main function that is called when the page loads,
* it decides the which action has to be taken for the page.
*
* return null
class CRM_Pledge_Page_Payment extends CRM_Core_Page {
/**
- * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+ * the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
public $_contactId = NULL;
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is called when action is view
+ * called when action is view
*
* return null
*/
}
/**
- * This function is called when action is update or new
+ * called when action is update or new
*
* return null
*/
}
/**
- * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+ * the main function that is called when the page loads, it decides the which action has to be taken for the page.
*
* return null
*/
class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
/**
- * This function is called when action is browse
+ * called when action is browse
*
* return null
*/
}
/**
- * This function is the main function that is called when the page
+ * the main function that is called when the page
* loads, it decides the which action has to be taken for the page.
*
* return null
}
/**
- * This function is to make a copy of a price set, including
+ * make a copy of a price set, including
* all the fields
*
* @param int $id
}
/**
- * This function is to check price set permission
+ * check price set permission
*
* @param int $sid
* The price set id.
}
/**
- * This function is to make a copy of a price set, including
+ * make a copy of a price set, including
* all the fields in the page
*
* @return void
public $_fields;
/**
- * To store contact details
+ * store contact details
*
* @var array
*/
protected $_selectFields;
/**
- * To store fields with if locationtype exits status
+ * store fields with if locationtype exits status
*
* @var array
*/
}
/**
- * This function is to make a copy of a profile, including
+ * make a copy of a profile, including
* all the fields in the profile
*
* @return void
}
/**
- * This function is for profile mode (standalone html form ) for uf group
+ * for profile mode (standalone html form ) for uf group
*
* @return void
*/
}
/**
- * This function is for preview mode for ufoup
+ * for preview mode for ufoup
*
* @param int $id
* Uf group id.
}
/**
- * This function is to make a copy of a price set, including
+ * make a copy of a price set, including
* all the fields
*
* @param int $id
}
/**
- * This function is to check price set permission
+ * check price set permission
*
* @param int $sid
* The price set id.
}
/**
- * This function is going to filter the
+ * going to filter the
* submitted values.
*
* @param array|string $values the field value from the API
}
/**
- * This function is going to filter the
+ * going to filter the
* submitted values across XSS vulnerability.
*
* @param array|string $values
}
/**
- * This function is going to filter the
+ * going to filter the
* submitted values across XSS vulnerability.
*
* @param array|string $values
}
/**
- * This function is used to convert associative array names to values
+ * convert associative array names to values
* and vice-versa.
*
* This function is used by both the web form layer and the api. Note that
}
/**
- * This function is used to encode data for dataTable plugin
+ * encode data for dataTable plugin
*
* @param array $params
* Associated array of row elements.
}
/**
- * This function is used to clean the URL 'path' variable that we use
+ * clean the URL 'path' variable that we use
* to construct CiviCRM urls by removing characters from the path variable
*
* @param string $string
}
/**
- * This function is called from a template to compose a url.
+ * called from a template to compose a url.
*
* @param array $params
* List of parameters.
}
/**
- * To Update Pledge
+ * Update Pledge
*/
public function testCreateUpdatePledge() {
// we test 'sequential' param here too