Page MenuHomeDevCentral

Implement ArrayAccess interface for Vector and HashMap
ClosedPublic

Authored by dereckson on Feb 10 2022, 23:27.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 22, 04:50
Unknown Object (File)
Sat, Jul 18, 14:07
Unknown Object (File)
Thu, Jul 9, 00:17
Unknown Object (File)
Tue, Jul 7, 10:45
Unknown Object (File)
Mon, Jul 6, 11:37
Unknown Object (File)
Mon, Jul 6, 03:02
Unknown Object (File)
Sun, Jul 5, 22:08
Unknown Object (File)
Sun, Jul 5, 14:40
Subscribers
None

Details

Summary

Zed exposes the configuration as a hashmap to the site health checks:
private HashMap $config.

A check need the name of the database. ArrayAccess can allow this syntax:
$this->config['database']['database']

Ref T1678.

Test Plan

Unit tests provided.

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Passed
Unit
Tests Passed
Branch
main
Build Status
Buildable 3916
Build 4167: arc lint + arc unit