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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $taxRateFactory, Sylius\Component\Resource\Repository\RepositoryInterface $zoneRepository, Sylius\Component\Resource\Repository\RepositoryInterface $taxCategoryRepository )
$taxRateFactory Sylius\Component\Resource\Factory\FactoryInterface
$zoneRepository Sylius\Component\Resource\Repository\RepositoryInterface
$taxCategoryRepository 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