findParentRow('\Ppb\Db\Table\Users');
?>
- _('Name'); ?>
type == 'buy') { ?>
- _('Price'); ?>
- amount($listing['buyout_price'], $listing['currency']); ?>
- _('Quantity Available'); ?>
type == 'bid') { ?>
- _('Current Bid'); ?>
- amount($listing->currentBid(true), $listing['currency']); ?>
- _('Bids'); ?>
- countDependentRowset('\Ppb\Db\Table\Bids'); ?>
type == 'offer') { ?>
displayMakeOfferRanges()) { ?>
- _('Offer Range'); ?>
- offerRanges($listing); ?>
- _('Payment Methods'); ?>
- fieldDisplay(array_map(function ($array) {
return $array['name'];
}, $listing->getPaymentMethods()), null, $this->_('n/a')); ?>
_($message); ?>