예제 #1
0
파일: static.php 프로젝트: phpcrazy/wpa20
 public function subtract($value)
 {
     self::$currentValue = self::$currentValue - $value;
     return $this;
 }