X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FPage%2FSurveyType.php;h=a873a40de57c8ccb938e9a708872bf7d92bb92b3;hb=3819f101d96db96af5a43d0a21e41b2639c6cb74;hp=6c5d60e7c998e947d5c4f3bd35c7790af33703f8;hpb=c4e78d43477c0da45c0137d2b7a638c17d0e4c11;p=civicrm-core.git diff --git a/CRM/Campaign/Page/SurveyType.php b/CRM/Campaign/Page/SurveyType.php index 6c5d60e7c9..a873a40de5 100644 --- a/CRM/Campaign/Page/SurveyType.php +++ b/CRM/Campaign/Page/SurveyType.php @@ -29,12 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page for displaying list of Gender + * Page for displaying list of Gender. */ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { @@ -70,8 +68,6 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { /** * Obtains the group name from url and sets the title. - * - * @return void */ public function preProcess() { $this->_gName = 'activity_type'; @@ -136,8 +132,6 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { /** * Run the basic page (run essentially starts execution for that page). - * - * @return void */ public function run() { $this->preProcess(); @@ -146,9 +140,6 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { /** * Browse all options. - * - * - * @return void */ public function browse() { $campaingCompId = CRM_Core_Component::getComponentID('CiviCampaign');