CheckoutComponent::getFormFields PHP Метод

getFormFields() абстрактный публичный Метод

Get form fields for manipulating the current order, according to the responsibilty of this component.
abstract public getFormFields ( Order $order ) : FieldList
$order Order
Результат FieldList fields for manipulating order
    public abstract function getFormFields(Order $order);