ValidatorNumerical.php
Table of Contents
Classes
- ValidatorNumerical
- Example config (optional min and max): 'tokenLength' => ['numerical' => true] or 'tokenLength' => ['numerical'] or 'tokenLength' => ['numerical' => ['min' => -1]] or 'tokenLength' => ['numerical' => ['max' => 50]] or 'tokenLength' => ['numerical' => ['min' => -1, 'max' => 50]]