コード例 #1
0
ファイル: systempay.php プロジェクト: joselapria/virtuemart
 /**
  * plgVmDisplayListFEPayment
  * This event is fired to display the pluginmethods in the cart (edit shipment/payment) for exampel
  *
  * @param object $cart Cart object
  * @param integer $selected ID of the method selected
  * @return boolean True on succes, false on failures, null when this plugin was not selected.
  * On errors, JError::raiseWarning (or JError::raiseError) must be used to set a message.
  *
  * @author Valerie Isaksen
  * @author Max Milbers
  */
 public function plgVmDisplayListFEPayment(VirtueMartCart $cart, $selected = 0, &$htmlIn)
 {
     return parent::displayListFE($cart, $selected, $htmlIn);
 }