X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FTask%2FPDF.php;h=61a801d83a0c8e9ff039c7ad7f70ab92465eb4aa;hb=1219e6af26646ad548b2d7e97a7f345af4655c21;hp=9686b0ced63a348817ec2a54b6e95f79dd409914;hpb=51daafaadd025703b2f8d6e3d27898e3768908f9;p=civicrm-core.git diff --git a/CRM/Contact/Form/Task/PDF.php b/CRM/Contact/Form/Task/PDF.php index 9686b0ced6..61a801d83a 100644 --- a/CRM/Contact/Form/Task/PDF.php +++ b/CRM/Contact/Form/Task/PDF.php @@ -1,7 +1,7 @@ skipOnHold = $this->skipDeceased = FALSE; CRM_Contact_Form_Task_PDFLetterCommon::preProcess($this); @@ -88,17 +87,16 @@ class CRM_Contact_Form_Task_PDF extends CRM_Contact_Form_Task { } /** - * This function sets the default values for the form. Relationship that in edit/view action + * Set default values for the form. Relationship that in edit/view action * the default values are retrieved from the database * - * @access public * * @return void */ /** * */ - function setDefaultValues() { + public function setDefaultValues() { $defaults = array(); if (isset($this->_activityId)) { $params = array('id' => $this->_activityId); @@ -110,9 +108,8 @@ class CRM_Contact_Form_Task_PDF extends CRM_Contact_Form_Task { } /** - * Build the form + * Build the form object * - * @access public * * @return void */ @@ -123,9 +120,8 @@ class CRM_Contact_Form_Task_PDF extends CRM_Contact_Form_Task { } /** - * process the form after the input has been submitted and validated + * Process the form after the input has been submitted and validated * - * @access public * * @return void */ @@ -133,4 +129,3 @@ class CRM_Contact_Form_Task_PDF extends CRM_Contact_Form_Task { CRM_Contact_Form_Task_PDFLetterCommon::postProcess($this); } } -