Version

1.19.2.3 (checked in on 2006/10/02 at 00:33:19 by gordon)

Functions

Namesort iconDescription
auction_accessImplementation of hook_access().
auction_bid_currentWhen passed a node id, returns the current bid, bidder, date and number of bids.
auction_bid_formGenerates the HTML elements required for an auction bidding form. You can retheme this form by overriding theme_auction_bid_form().
auction_bid_historyDisplays a bidding history for the passed node id. Currently displays that data in a table with no option to retheme in anything but a table.
auction_bid_save
auction_bid_validateChecks that a new bid is valid. Currently, it simply checks that the bid is a number and is higher than the previous bid.
auction_ec_settingsImplementation of ecommerce' hook_ec_settings().
auction_helpImplementation of hook_help().
auction_item_paid_forSupposed to return TRUE if the auction item has already been paid for. But between you and me, I am suspicious of the logic.
auction_linkImplementation of hook_link().
auction_menuImplementation of hook_menu().
auction_page
auction_permImplementation of hook_perm().
auction_productapi
auction_userImplementation of hook_user().
theme_auction_bid_formFormats the HTML elements that you see when you _Bid_ on an auction. You can override this function. Refer to Theming at http://drupal.org/node/55126. Called indirectly by theme_product_auction_view()
theme_product_auction_formFormats the HTML elements that you see when you _View_ an auction. You can override this function. Refer to Theming at http://drupal.org/node/55126. Called indirectly by theme_product_auction_view()
theme_product_auction_viewCalled via product_view() which is an implementation of hook_view(). Generates the HTML elements required to view an auction. Contrary to its name, do not retheme this function. Please theme theme_product_auction_form() instead.