X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FSurvey%2FResults.php;h=10f4349ebf3e0a0f2ca6da3061f41507821b190e;hb=05cebe7955310fee52efcdd263f21188554aed60;hp=039ef71573b46d1b1d331da567a326fa3d503489;hpb=1b9976cbf762dbf6513df8a4141626d2e5584171;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Survey/Results.php b/CRM/Campaign/Form/Survey/Results.php index 039ef71573..10f4349ebf 100644 --- a/CRM/Campaign/Form/Survey/Results.php +++ b/CRM/Campaign/Form/Survey/Results.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -44,9 +44,9 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { protected $_reportTitle; /* values - * - * @var array - */ + * + * @var array + */ public $_values; const NUM_OPTION = 11; @@ -96,7 +96,7 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { } /** - * Build the form object + * Build the form object. * * @return void */ @@ -203,7 +203,13 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { } /** - * Global validation rules for the form + * Global validation rules for the form. + * + * @param $fields + * @param $files + * @param $form + * + * @return array|bool */ public static function formRule($fields, $files, $form) { $errors = array(); @@ -338,7 +344,7 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { } /** - * Process the form + * Process the form. * * @return void */ @@ -499,4 +505,5 @@ class CRM_Campaign_Form_Survey_Results extends CRM_Campaign_Form_Survey { parent::endPostProcess(); } + }