Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webchemistry/property-access
symfony/property-access integration into nette.
https://github.com/webchemistry/property-access
Last synced: about 1 month ago
JSON representation
symfony/property-access integration into nette.
- Host: GitHub
- URL: https://github.com/webchemistry/property-access
- Owner: WebChemistry
- Created: 2021-10-30T11:47:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T11:49:17.000Z (about 3 years ago)
- Last Synced: 2024-11-01T09:48:35.674Z (2 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Installation
```neon
extensions:
propertyAccess: WebChemistry\PropertyAccess\DI\PropertyAccessExtensionpropertyInfo:
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
```