PHP Класс Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetup

Автор: Mateusz Zalewski ([email protected])
Наследование: implements Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetupInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )

Описание методов

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

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 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