webchemistry / property-access
该软件包最新版本(v1.0.0)没有可用的许可信息。
symfony/property-access 集成到 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: 2024-08-29 06:01:45 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