PHP 클래스 Sylius\Bundle\CoreBundle\Fixture\Factory\ProductOptionExampleFactory

저자: Kamil Kokot ([email protected])
상속: extends AbstractExampleFactory, implements Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Component\Resource\Factory\FactoryInterface $productOptionFactory, Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueFactory, Sylius\Component\Resource\Repository\RepositoryInterface $localeRepository )
create ( array $options = [] )

보호된 메소드들

메소드 설명
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

비공개 메소드들

메소드 설명
getLocales ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $productOptionFactory, Sylius\Component\Resource\Factory\FactoryInterface $productOptionValueFactory, Sylius\Component\Resource\Repository\RepositoryInterface $localeRepository )
$productOptionFactory Sylius\Component\Resource\Factory\FactoryInterface
$productOptionValueFactory Sylius\Component\Resource\Factory\FactoryInterface
$localeRepository Sylius\Component\Resource\Repository\RepositoryInterface

configureOptions() 보호된 메소드

protected configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

create() 공개 메소드

public create ( array $options = [] )
$options array