Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## Installation

```neon
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
```