PHP Класс Sylius\Bundle\OrderBundle\Form\DataMapper\OrderItemQuantityDataMapper

Автор: Mateusz Zalewski ([email protected])
Наследование: implements Symfony\Component\Form\DataMapperInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface $orderItemQuantityModifier, Symfony\Component\Form\DataMapperInterface $propertyPathDataMapper )
mapDataToForms ( $data, $forms )
mapFormsToData ( $forms, &$data )

Описание методов

__construct() публичный Метод

public __construct ( Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface $orderItemQuantityModifier, Symfony\Component\Form\DataMapperInterface $propertyPathDataMapper )
$orderItemQuantityModifier Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface
$propertyPathDataMapper Symfony\Component\Form\DataMapperInterface

mapDataToForms() публичный Метод

public mapDataToForms ( $data, $forms )

mapFormsToData() публичный Метод

public mapFormsToData ( $forms, &$data )