X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPseudoConstant.php;h=39536722add33c66de1a9f6b5a52a87692c84596;hb=c927c1517145aca30a94534fd014233281c8f837;hp=1438e8f5caf3f07adbca3772086127a77978dc36;hpb=77b97be727fa1e9882ed62953d17afbc36431730;p=civicrm-core.git diff --git a/CRM/Event/PseudoConstant.php b/CRM/Event/PseudoConstant.php index 1438e8f5ca..39536722ad 100644 --- a/CRM/Event/PseudoConstant.php +++ b/CRM/Event/PseudoConstant.php @@ -134,7 +134,11 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { * * @access public * - * @param string - $retColumn tells populate() whether to return 'name' (default) or 'label' values + * @param null $id + * @param null $cond + * @param string $retColumn + * + * @internal param $string - $retColumn tells populate() whether to return 'name' (default) or 'label' values * * @return array - array reference of all participant statuses if any * @static @@ -181,6 +185,9 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { * * @access public * + * @param null $id + * @param null $cond + * * @return array - array reference of all participant roles if any * @static */ @@ -234,6 +241,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { * * @access public * + * @param null $id * @return array - array reference of all event types. * @static */ @@ -280,8 +288,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { * @access public * @static * - * @param boolean $name pseudoconstant to be flushed - * + * @param bool|string $name pseudoconstant to be flushed */ public static function flush($name = 'cache') { if (isset(self::$$name)) { @@ -294,6 +301,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant { * * @access public * + * @param null $id * @return array - array reference of all pcp if any * @static */