$magicCall
$magicCall :
A configurable builder to create a PropertyAccessor.
setCacheItemPool(\Psr\Cache\CacheItemPoolInterface|null $cacheItemPool = null) : \Symfony\Component\PropertyAccess\PropertyAccessorBuilder
Sets a cache system.
\Psr\Cache\CacheItemPoolInterface|null | $cacheItemPool |
The builder object
getPropertyAccessor() : \Symfony\Component\PropertyAccess\PropertyAccessorInterface
Builds and returns a new PropertyAccessor object.
The built PropertyAccessor
Loading…