CRM_Queue_Queue_* - Add fetchItem($id)
authorTim Otten <totten@civicrm.org>
Thu, 20 Jan 2022 23:31:50 +0000 (15:31 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 2 Jun 2022 20:31:59 +0000 (13:31 -0700)
commitf50d43511080a5a7323d8da59f4d6dfacafc21e2
treee0274c5b5821fe84015739e16269e56e57e55f52
parentb9cc86a4e27b310058f52b824c03ef9c01effdd3
CRM_Queue_Queue_* - Add fetchItem($id)

Note: The return types are a bit wonky here.  Unfortunately, as I recall,
the original specification for all the methods here allowed backend-specific
return types -- anti-standardized return-types.
CRM/Queue/Queue.php
CRM/Queue/Queue/Memory.php
CRM/Queue/Queue/SqlTrait.php