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)
Sun, Aug 17, 10:45
Unknown Object (File)
Fri, Aug 15, 12:59
Unknown Object (File)
Wed, Aug 13, 16:47
Unknown Object (File)
Tue, Aug 5, 04:14
Unknown Object (File)
Tue, Aug 5, 00:15
Unknown Object (File)
Mon, Aug 4, 11:16
Unknown Object (File)
Mon, Aug 4, 10:57
Unknown Object (File)
Sun, Aug 3, 14:32
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 Not Applicable
Unit
Tests Not Applicable