X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FSurvey.php;h=d1ea1387f9cb5b0923e7c1065dca56b537505fe3;hb=95ca1e4e775ce88e3f371abe8390a3526ba537e7;hp=b3d21d07d3c5643fbe4871755cc412985cd19921;hpb=d031c654f72b36c9f4d88bdb3dd55ddbadb98535;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Survey.php b/CRM/Campaign/Form/Survey.php index b3d21d07d3..d1ea1387f9 100644 --- a/CRM/Campaign/Form/Survey.php +++ b/CRM/Campaign/Form/Survey.php @@ -47,14 +47,14 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form { protected $_surveyId; /** - * action + * Action * * @var int */ protected $_action; /** - * surveyTitle + * SurveyTitle * * @var string */ @@ -90,7 +90,7 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form { } /** - * Function to actually build the form + * Build the form object * * @param null * @@ -171,6 +171,9 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form { } } + /** + * @return string + */ function getTemplateFileName() { if ($this->controller->getPrint() || $this->getVar('_surveyId') <= 0 ) { return parent::getTemplateFileName();