Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator::__construct PHP Méthode

__construct() public méthode

public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
    public function __construct(PropertyAccessorInterface $propertyAccessor)
    {
        $this->propertyAccessor = $propertyAccessor;
    }
SymfonyPropertyAccessorHydrator