X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FAJAX.php;h=6c98c8d7a530995504a28edc93cfff5b2984d496;hb=0e46df70e7f3719f71d83cc48507bd112c809a87;hp=f551ae486a5677501302c1ebdcb0596673314ce6;hpb=8b372a1767d5eac436f2243cfaf1068105639455;p=civicrm-core.git diff --git a/CRM/Contact/Page/AJAX.php b/CRM/Contact/Page/AJAX.php index f551ae486a..6c98c8d7a5 100644 --- a/CRM/Contact/Page/AJAX.php +++ b/CRM/Contact/Page/AJAX.php @@ -196,7 +196,7 @@ class CRM_Contact_Page_AJAX { } /** - * Function to fetch PCP ID by PCP Supporter sort_name, also displays PCP title and associated Contribution Page title + * Fetch PCP ID by PCP Supporter sort_name, also displays PCP title and associated Contribution Page title */ static function getPCPList() { $name = CRM_Utils_Array::value('s', $_GET); @@ -317,7 +317,7 @@ class CRM_Contact_Page_AJAX { } /** - * Function to fetch the custom field help + * Fetch the custom field help */ static function customField() { $fieldId = CRM_Utils_Type::escape($_REQUEST['id'], 'Integer'); @@ -518,7 +518,7 @@ ORDER BY sort_name "; } /** - * Function to delete custom value + * Delete custom value * */ static function deleteCustomValue() { @@ -537,7 +537,7 @@ ORDER BY sort_name "; } /** - * Function to perform enable / disable actions on record. + * Perform enable / disable actions on record. * */ static function enableDisable() { @@ -581,7 +581,7 @@ ORDER BY sort_name "; } /** - *Function to check the CMS username + * check the CMS username * */ static public function checkUserName() { @@ -877,7 +877,7 @@ LIMIT {$offset}, {$rowCount} } /** - * Function to retrieve signature based on email id + * Retrieve signature based on email id */ static function getSignature() { $emailID = CRM_Utils_Type::escape($_REQUEST['emailID'], 'Positive'); @@ -896,7 +896,7 @@ LIMIT {$offset}, {$rowCount} } /** - * Function to process dupes. + * Process dupes. * */ static function processDupes() { @@ -980,7 +980,7 @@ LIMIT {$offset}, {$rowCount} } /** - * Function to retrieve a PDF Page Format for the PDF Letter form + * Retrieve a PDF Page Format for the PDF Letter form */ function pdfFormat() { $formatId = CRM_Utils_Type::escape($_REQUEST['formatId'], 'Integer'); @@ -991,7 +991,7 @@ LIMIT {$offset}, {$rowCount} } /** - * Function to retrieve Paper Size dimensions + * Retrieve Paper Size dimensions */ static function paperSize() { $paperSizeName = CRM_Utils_Type::escape($_REQUEST['paperSizeName'], 'String'); @@ -1036,7 +1036,7 @@ LIMIT {$offset}, {$rowCount} } /** - * @param $name + * @param string $name * * @return string */ @@ -1065,7 +1065,7 @@ LIMIT {$offset}, {$rowCount} } /** - * Function to retrieve contact relationships + * Retrieve contact relationships */ public static function getContactRelationships() { $contactID = CRM_Utils_Type::escape($_GET['cid'], 'Integer');