예제 #1
0
파일: TSpinner.php 프로젝트: kiibe/linkERP
 /**
  * Set the value
  */
 public function setValue($value)
 {
     parent::setValue((int) $value);
 }