Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator::__construct PHP Method

__construct() public method

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