X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPseudoConstant.php;h=81bdb6f232eb264a21ebf2f532fa3a1b75c7a2b0;hb=7ab8180f06f834b292b7e9a0bd188c22fce6092c;hp=fa4234ad1a882ef787973c231eec578be26cf1e3;hpb=7f874ed2330864693882bd7c1400ba43269df7b2;p=civicrm-core.git diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php index fa4234ad1a..81bdb6f232 100644 --- a/CRM/Core/PseudoConstant.php +++ b/CRM/Core/PseudoConstant.php @@ -192,6 +192,7 @@ class CRM_Core_PseudoConstant { * - onlyActive boolean return only the action option values * - fresh boolean ignore cache entries and go back to DB * @param string $context : Context string + * @see CRM_Core_DAO::buildOptionsContext * * @return array|bool * array on success, FALSE on error. @@ -579,7 +580,6 @@ class CRM_Core_PseudoConstant { * Flush given pseudoconstant so it can be reread from db. * nex time it's requested. * - * * @param bool|string $name pseudoconstant to be flushed */ public static function flush($name = 'cache') {