>DansTonCode();

Tous les codes sources "Mais pourquoi ?"page 31

PHP
  7 July, 2014 à 08:25
#225
function getIsTroifois($order) {
if ($order->getPayment()->getMethod() == '3X')
return $order->hasSim();
}
function hasSim() {
return $this->getPrice() != '1.00' ? false: $this->getPrice();
}
Java
  6 July, 2014 à 11:48
#134
    /**
     *  BLANK_STRING storing "" for comparision
     */
    public static transient String BLANK_STRING = "";
    /**
     * The empty String <code>""</code>.
     *  
     */
    public static final String EMPTY = "";