| 1 | <?php |
||
| 11 | final class Bsn implements IsoCodeInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * BSN validator. |
||
| 15 | * |
||
| 16 | * @param string $value |
||
| 17 | * |
||
| 18 | * @author Albert Bakker <[email protected]> |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public static function validate($value) |
||
| 46 | } |
||
| 47 |