ShippingMultipleItemType extends AbstractType
Table of Contents
| $eccubeConfig | array | |
|---|---|---|
| $session | Session | |
| $authorizationChecker | AuthorizationCheckerInterface | |
| $tokenStorage | TokenStorageInterface | |
| $prefRepository | PrefRepository | |
| $entityManager | EntityManagerInterface | |
| __construct() | ShippingMultipleItemType constructor. | mixed |
| buildForm() | {@inheritdoc} | mixed |
| getBlockPrefix() | {@inheritdoc} | mixed |
Properties
$eccubeConfig
protected
array
$eccubeConfig
$session
protected
Session
$session
$authorizationChecker
protected
AuthorizationCheckerInterface
$authorizationChecker
$tokenStorage
protected
TokenStorageInterface
$tokenStorage
$prefRepository
protected
PrefRepository
$prefRepository
$entityManager
protected
EntityManagerInterface
$entityManager
Methods
__construct()
ShippingMultipleItemType constructor.
public
__construct(
$eccubeConfig :
EccubeConfig
, $session :
Session
, $authorizationChecker :
AuthorizationCheckerInterface
, $tokenStorage :
TokenStorageInterface
, $prefRepository :
PrefRepository
, $entityManager :
EntityManagerInterface
)
: mixed
Parameters
- $eccubeConfig : EccubeConfig
- $session : Session
- $authorizationChecker : AuthorizationCheckerInterface
- $tokenStorage : TokenStorageInterface
- $prefRepository : PrefRepository
- $entityManager : EntityManagerInterface
Return values
mixedbuildForm()
{@inheritdoc}
public
buildForm(
$builder :
FormBuilderInterface
, $options :
array
)
: mixed
Parameters
- $builder : FormBuilderInterface
- $options : array
Return values
mixedgetBlockPrefix()
{@inheritdoc}
public
getBlockPrefix(
)
: mixed