CRM/Campaign add missing comments
[civicrm-core.git] / CRM / Campaign / Page / Vote.php
index 48faf8e20a1cc2b41c844e741e5944d889c4564f..7457cf8641371f81e7162b9463e6c266c383d883 100644 (file)
@@ -40,6 +40,9 @@ class CRM_Campaign_Page_Vote extends CRM_Core_Page {
   private $_surveyId;
   private $_interviewerId;
 
+  /**
+   * @return mixed
+   */
   function reserve() {
     //build ajax voter search and selector.
     $controller = new CRM_Core_Controller_Simple('CRM_Campaign_Form_Gotv', ts('Reserve Respondents'));
@@ -93,6 +96,9 @@ class CRM_Campaign_Page_Vote extends CRM_Core_Page {
       )));
   }
 
+  /**
+   * @return string
+   */
   function run() {
     $this->browse();