EC-CUBE4 APIドキュメント

OrderItemType extends AbstractType

Table of Contents

$entityManager EntityManagerInterface
$eccubeConfig EccubeConfig
$BaseInfo BaseInfo
$productClassRepository ProductClassRepository
$orderItemRepository OrderItemRepository
$orderItemTypeRepository OrderItemTypeRepository
$taxRuleRepository TaxRuleRepository
$validator ValidatorInterface
__construct() OrderItemType constructor. mixed
buildForm() {@inheritdoc} mixed
configureOptions() {@inheritdoc} mixed
getBlockPrefix() {@inheritdoc} mixed
addErrorsIfExists() mixed

Properties

$entityManager

protected EntityManagerInterface $entityManager

Methods

__construct()

OrderItemType constructor.

public __construct( $entityManager : EntityManagerInterface , $eccubeConfig : EccubeConfig , $baseInfoRepository : BaseInfoRepository , $productClassRepository : ProductClassRepository , $orderItemRepository : OrderItemRepository , $orderItemTypeRepository : OrderItemTypeRepository , $taxRuleRepository : TaxRuleRepository , $validator : ValidatorInterface ) : mixed
Parameters
$entityManager : EntityManagerInterface
$eccubeConfig : EccubeConfig
$baseInfoRepository : BaseInfoRepository
$productClassRepository : ProductClassRepository
$orderItemRepository : OrderItemRepository
$orderItemTypeRepository : OrderItemTypeRepository
$taxRuleRepository : TaxRuleRepository
$validator : ValidatorInterface
Tags
throws
Exception
Return values
mixed

buildForm()

{@inheritdoc}

public buildForm( $builder : FormBuilderInterface , $options : array ) : mixed
Parameters
$builder : FormBuilderInterface
$options : array
Return values
mixed

configureOptions()

{@inheritdoc}

public configureOptions( $resolver : OptionsResolver ) : mixed
Parameters
$resolver : OptionsResolver
Return values
mixed

getBlockPrefix()

{@inheritdoc}

public getBlockPrefix( ) : mixed
Return values
mixed

addErrorsIfExists()

protected addErrorsIfExists( $form : FormInterface , $errors : ConstraintViolationListInterface ) : mixed
Parameters
$form : FormInterface
$errors : ConstraintViolationListInterface
Return values
mixed

Search results