EC-CUBE4 APIドキュメント

OrderPdfType extends AbstractType

Class OrderPdfType.

Table of Contents

$eccubeConfig EccubeConfig
$entityManager EntityManagerInterface
__construct() OrderPdfType constructor. mixed
buildForm() Build config type form. mixed
getName() Get name method (form factory name). string

Properties

$entityManager

private EntityManagerInterface $entityManager

Methods

__construct()

OrderPdfType constructor.

public __construct( $eccubeConfig : EccubeConfig , $entityManager : EntityManagerInterface ) : mixed
Parameters
$eccubeConfig : EccubeConfig
$entityManager : EntityManagerInterface
Return values
mixed

buildForm()

Build config type form.

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

getName()

Get name method (form factory name).

public getName( ) : string
Return values
string

Search results