LazyArray - Add helper class for lazily-loaded lists
authorTim Otten <totten@civicrm.org>
Thu, 20 May 2021 02:34:16 +0000 (19:34 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 7 Jun 2021 03:18:52 +0000 (20:18 -0700)
commit48872a5738c50268b9761dadf248c5885a63e4c8
treecf4bbed03a8a556c4ef78a78ceafd3e073e49ae1
parenta9aac3bf03a73a553b96031be604de933cb14dfd
LazyArray - Add helper class for lazily-loaded lists
CRM/Utils/Array.php
CRM/Utils/LazyArray.php [new file with mode: 0644]
tests/phpunit/CRM/Utils/LazyArrayTest.php [new file with mode: 0644]