webchemistry / property-access
symfony/property-access integration into nette.
Installs: 2 526
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >= 7.4
- symfony/property-access: ^5.3.0
This package is auto-updated.
Last update: 2024-10-29 06:25:13 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