예제 #1
0
파일: Int.php 프로젝트: rskuipers/csv
 /**
  * @param $value
  * @return int
  */
 public function parse($value)
 {
     return intval(parent::parse($value));
 }