PHP Class CommerceGuys\Addressing\Subdivision\PatternType

Determines whether preg_match() should match an entire string, or just a part of it. Used for postal code validation.
Inheritance: extends CommerceGuys\Enum\AbstractEnum
Show file Open project: commerceguys/addressing Class Usage Examples

Public Methods

Method Description
getDefault ( ) : string Gets the default value.

Method Details

getDefault() public static method

Gets the default value.
public static getDefault ( ) : string
return string The default value.