PHP 클래스 Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetup

저자: Mateusz Zalewski ([email protected])
상속: implements Sylius\Bundle\CoreBundle\Installer\Setup\ChannelSetupInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__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