X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FXMLRepository.php;h=243c74c5cc7325a38b74cb97806c61b9acc960d0;hb=957b11f3964d5ee10f6aa70c6dcd5fcea0ce7b4c;hp=252babe18a96afb5c663ed304a0036d8d4b4b92f;hpb=2918a67d3bde046b49ef6073e97de1132cca9bac;p=civicrm-core.git diff --git a/CRM/Case/XMLRepository.php b/CRM/Case/XMLRepository.php index 252babe18a..243c74c5cc 100644 --- a/CRM/Case/XMLRepository.php +++ b/CRM/Case/XMLRepository.php @@ -43,12 +43,14 @@ class CRM_Case_XMLRepository { protected $xml = []; /** - * @var array|NULL + * @var array|null */ protected $hookCache = NULL; /** - * @var array|NULL symbolic names of case-types + * Symbolic names of case-types. + * + * @var array|null */ protected $allCaseTypes = NULL; @@ -256,6 +258,8 @@ class CRM_Case_XMLRepository { } /** + * Relationships are straight from XML, described from perspective of non-client + * * @return array symbolic-names of relationship-types */ public function getAllDeclaredRelationshipTypes() {