PHP Class Respect\Validation\Rules\Bic

Inheritance: extends Respect\Validation\Rules\AbstractWrapper
Show file Open project: respect/validation Class Usage Examples

Public Methods

Method Description
__construct ( string $countryCode, Factory $factory = null ) Defines the country code.

Method Details

__construct() public method

The country code is not case sensitive.
public __construct ( string $countryCode, Factory $factory = null )
$countryCode string The ISO 639-1 country code
$factory Respect\Validation\Rules\Locale\Factory