1 | <?php |
||
4 | class IntegerField extends BaseField |
||
5 | { |
||
6 | /** |
||
7 | * @param mixed $val |
||
8 | * @return integer |
||
9 | * @throws \frictionlessdata\tableschema\Exceptions\FieldValidationException; |
||
10 | */ |
||
11 | public function validateCastValue($val) |
||
25 | |||
26 | public static function type() |
||
30 | |||
31 | protected function isEmptyValue($val) |
||
35 | } |