PHP Class Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetup

Author: Mateusz Zalewski ([email protected])
Inheritance: implements Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetupInterface
ファイルを表示 Open project: sylius/sylius

Public Methods

Method Description
__construct ( Sylius\Component\Resource\Repository\RepositoryInterface $channelRepository, Sylius\Component\Resource\Factory\FactoryInterface $channelFactory, Doctrine\Common\Persistence\ObjectManager $channelManager )
setup ( Sylius\Component\Locale\Model\LocaleInterface $locale, Sylius\Component\Currency\Model\CurrencyInterface $currency )

Method Details

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $channelRepository, Sylius\Component\Resource\Factory\FactoryInterface $channelFactory, Doctrine\Common\Persistence\ObjectManager $channelManager )
$channelRepository Sylius\Component\Resource\Repository\RepositoryInterface
$channelFactory Sylius\Component\Resource\Factory\FactoryInterface
$channelManager Doctrine\Common\Persistence\ObjectManager

setup() public method

public setup ( Sylius\Component\Locale\Model\LocaleInterface $locale, Sylius\Component\Currency\Model\CurrencyInterface $currency )
$locale Sylius\Component\Locale\Model\LocaleInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface