public function init($value) { parent::init($value); }
public function init($value) { $value = (int) $value; parent::init($value); }