X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPseudoConstant.php;h=4e4658195a3d07f8eecef8d0bb18ec7e3d8015c0;hb=c31cd97f6def7ef463a28cf4131fa0071d8a1390;hp=9138c9ede0fca4cfd68eec4edc2e4d7ddb82b838;hpb=414b3228db09432f1e389a89f9fb9e3f22d0f2da;p=civicrm-core.git diff --git a/CRM/Event/PseudoConstant.php b/CRM/Event/PseudoConstant.php index 9138c9ede0..4e4658195a 100644 --- a/CRM/Event/PseudoConstant.php +++ b/CRM/Event/PseudoConstant.php @@ -123,7 +123,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * Get all the n participant statuses + * Get all the n participant statuses. * * * @param int $id @@ -156,6 +156,11 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { return self::$participantStatus[$index]; } + /** + * Get participant status class options. + * + * @return array + */ public static function participantStatusClassOptions() { return array( 'Positive' => ts('Positive'), @@ -182,7 +187,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * Get all the n participant roles + * Get all the n participant roles. * * * @param int $id @@ -214,7 +219,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * Get all the participant listings + * Get all the participant listings. * * * @param int $id @@ -257,7 +262,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * Get event template titles + * Get event template titles. * * @param int $id * @@ -294,7 +299,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * Get all the Personal campaign pages + * Get all the Personal campaign pages. * * * @param int $id