SearchCustomerType extends AbstractType
Table of Contents
| $eccubeConfig | EccubeConfig | |
|---|---|---|
| $customerStatusRepository | CustomerStatusRepository | |
| __construct() | SearchCustomerType constructor. | mixed |
| buildForm() | {@inheritdoc} | mixed |
| getBlockPrefix() | {@inheritdoc} | mixed |
Properties
$eccubeConfig
protected
EccubeConfig
$eccubeConfig
$customerStatusRepository
protected
CustomerStatusRepository
$customerStatusRepository
Methods
__construct()
SearchCustomerType constructor.
public
__construct(
$customerStatusRepository :
CustomerStatusRepository
, $eccubeConfig :
EccubeConfig
)
: mixed
Parameters
- $customerStatusRepository : CustomerStatusRepository
- $eccubeConfig : EccubeConfig
Return values
mixedbuildForm()
{@inheritdoc}
public
buildForm(
$builder :
FormBuilderInterface
, $options :
array
)
: mixed
Parameters
- $builder : FormBuilderInterface
- $options : array
Return values
mixedgetBlockPrefix()
{@inheritdoc}
public
getBlockPrefix(
)
: mixed