| 1 | <?php |
||
| 13 | final class Bsn implements IsoCodeInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * BSN validator. |
||
| 17 | * |
||
| 18 | * @param string $value |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | * |
||
| 22 | * @link http://datavaluetalk.com/data-quality/remarkable-facts-on-dutch-national-personal-identification-number-burgerservicenummer-bsn/ |
||
| 23 | */ |
||
| 24 | public static function validate($value) |
||
| 48 | } |
||
| 49 |