getValue(); if (empty($value)) { return true; } if (!preg_match('#^-?[0-9]+$#', $value)) { return false; } return true; } }