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);