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.

Installs: 2 890

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/webchemistry/property-access

v1.0.0 2021-10-30 11:47 UTC

This package is auto-updated.

Last update: 2025-09-29 02:51:59 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