| 1 | <?php |
||
| 11 | class Bsn implements IsoCodeInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * BSN validator. |
||
| 15 | * |
||
| 16 | * @param string $value |
||
| 17 | * |
||
| 18 | * @author Albert Bakker <[email protected]> |
||
| 19 | * |
||
| 20 | * @link https://www.government.nl/topics/identification-documents/contents/the-citizen-service-number |
||
| 21 | * |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public static function validate($value) |
||
| 48 | } |
||
| 49 |