__construct() public method

# constructor with code
public __construct ( $code = '' )
 public function __construct($code = '')
 {
     parent::__construct($code);
     _iban_load_registry();
 }