Beispiel #1
0
 public function subtract($value)
 {
     self::$currentValue = self::$currentValue - $value;
     return $this;
 }