>FromYourCode();

Source code quote in PHP225

  7 July, 2014 at 08:25
function getIsTroifois($order) {
if ($order->getPayment()->getMethod() == '3X')
return $order->hasSim();
}
function hasSim() {
return $this->getPrice() != '1.00' ? false: $this->getPrice();
}

Check similar quotes

Share this quote