webchemistry / property-access
There is no license information available for the latest version (v1.0.0) of this package.
symfony/property-access integration into nette.
v1.0.0
2021-10-30 11:47 UTC
Requires
- php: >= 7.4
- symfony/property-access: ^5.3.0
This package is auto-updated.
Last update: 2026-03-01 00:37:07 UTC
README
extensions: propertyAccess: WebChemistry\PropertyAccess\DI\PropertyAccessExtension propertyInfo: magicGet: false # enable/disable magic __get, default: true magicSet: false # enable/disable magic __set, default: true magicCall: false # enable/disable magic __call, default: false exceptionOnInvalidIndex: false # enable/disable exception on invalid index, default: false exceptionOnInvalidPropertyPath: false # enable/disable exception on invalid property path, default: true cache: null # sets cache, default: FilesystemAdapter with "Symfony.PropertyAccess" namespace