Back to PhocacartOrdering class

Method getOrderingPaymentMethodArray

public static
getOrderingPaymentMethodArray
()

Method getOrderingPaymentMethodArray - Source code

public static function getOrderingPaymentMethodArray()
{
    $itemOrdering = array(1 => Text::_('COM_PHOCACART_TITLE_ASC'), 2 => Text::_('COM_PHOCACART_TITLE_DESC'));
    return $itemOrdering;
}