You are here

protected function UCXF_Pane::loadFields in Extra Fields Checkout Pane 6.2

Load fields from db @access protected

Return value

array

7 calls to UCXF_Pane::loadFields()
UCXF_AddressPane::checkout_review in class/UCXF_AddressPane.class.php
Outputs data for the review page @access protected
UCXF_Pane::checkout_review in class/UCXF_Pane.class.php
Outputs data for the review page @access protected
UCXF_Pane::checkout_view in class/UCXF_Pane.class.php
View the pane to the customer @access protected
UCXF_Pane::order_edit_form in class/UCXF_Pane.class.php
View the editable form @access protected
UCXF_Pane::order_edit_process in class/UCXF_Pane.class.php
Process order data @access protected

... See full list

File

class/UCXF_Pane.class.php, line 400
Contains the UCXF_Pane class.

Class

UCXF_Pane
Base class for checkout panes and order panes implemented by Extra Fields Pane.

Code

protected function loadFields() {
  return UCXF_FieldList::getFieldsFromPane('extra_' . $this->pane_id);
}