Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver::__construct PHP Метод

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

public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor, Nelmio\Alice\Generator\ValueResolverInterface $resolver = null )
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
$resolver Nelmio\Alice\Generator\ValueResolverInterface
    public function __construct(PropertyAccessorInterface $propertyAccessor, ValueResolverInterface $resolver = null)
    {
        $this->propertyAccessor = $propertyAccessor;
        $this->resolver = $resolver;
    }