ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory::__construct PHP Метод

__construct() публичный метод

public __construct ( Psr\Cache\CacheItemPoolInterface $cacheItemPool, ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface $decorated )
$cacheItemPool Psr\Cache\CacheItemPoolInterface
$decorated ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface
    public function __construct(CacheItemPoolInterface $cacheItemPool, PropertyNameCollectionFactoryInterface $decorated)
    {
        $this->cacheItemPool = $cacheItemPool;
        $this->decorated = $decorated;
    }
CachedPropertyNameCollectionFactory