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

This package is auto-updated.

Last update: 2024-03-29 04:46:08 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