spec\Sylius\Bundle\ResourceBundle\Grid\Parser\OptionsParserSpec::let PHP Метод

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

public let ( Symfony\Component\DependencyInjection\ContainerInterface $container, Symfony\Component\ExpressionLanguage\ExpressionLanguage $expression, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$container Symfony\Component\DependencyInjection\ContainerInterface
$expression Symfony\Component\ExpressionLanguage\ExpressionLanguage
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface
    function let(ContainerInterface $container, ExpressionLanguage $expression, PropertyAccessorInterface $propertyAccessor)
    {
        $this->beConstructedWith($container, $expression, $propertyAccessor);
    }