Sylius\Behat\Context\Setup\ShippingCategoryContext::__construct PHP Method

__construct() public method

public __construct ( Sylius\Behat\Service\SharedStorageInterface $sharedStorage, Sylius\Component\Resource\Factory\FactoryInterface $shippingCategoryFactory, Sylius\Component\Resource\Repository\RepositoryInterface $shippingCategoryRepository, Doctrine\Common\Persistence\ObjectManager $shippingCategoryManager )
$sharedStorage Sylius\Behat\Service\SharedStorageInterface
$shippingCategoryFactory Sylius\Component\Resource\Factory\FactoryInterface
$shippingCategoryRepository Sylius\Component\Resource\Repository\RepositoryInterface
$shippingCategoryManager Doctrine\Common\Persistence\ObjectManager
    public function __construct(SharedStorageInterface $sharedStorage, FactoryInterface $shippingCategoryFactory, RepositoryInterface $shippingCategoryRepository, ObjectManager $shippingCategoryManager)
    {
        $this->sharedStorage = $sharedStorage;
        $this->shippingCategoryFactory = $shippingCategoryFactory;
        $this->shippingCategoryRepository = $shippingCategoryRepository;
        $this->shippingCategoryManager = $shippingCategoryManager;
    }