X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FXMLRepository.php;h=eb5ce746e320f2d385e2e2647d0baf106cd5ef5e;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=54011e77e3b91aa0da88799ea7d85d06520febf7;hpb=02525c4622bf6cad6f1b0f54c6852854e037a99a;p=civicrm-core.git diff --git a/CRM/Case/XMLRepository.php b/CRM/Case/XMLRepository.php index 54011e77e3..eb5ce746e3 100644 --- a/CRM/Case/XMLRepository.php +++ b/CRM/Case/XMLRepository.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2019 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2019 + * @copyright CiviCRM LLC (c) 2004-2020 * * The XMLRepository is responsible for loading XML for case-types. * It includes any bulk operations that apply across the list of all XML @@ -258,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() {