EC-CUBE4 APIドキュメント

BlockType extends AbstractType

Table of Contents

$entityManager EntityManagerInterface
$eccubeConfig EccubeConfig
__construct() BlockType constructor. mixed
buildForm() {@inheritdoc} mixed
configureOptions() {@inheritdoc} mixed
getBlockPrefix() {@inheritdoc} mixed

Properties

$entityManager

protected EntityManagerInterface $entityManager

Methods

__construct()

BlockType constructor.

public __construct( $entityManager : , $eccubeConfig : EccubeConfig ) : mixed
Parameters
$entityManager :
$eccubeConfig : EccubeConfig
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

Search results