libphonenumber\prefixmapper\PhonePrefixMap::__construct PHP Method

__construct() public method

public __construct ( $map )
    public function __construct($map)
    {
        $this->phonePrefixMapStorage = $map;
        $this->phoneUtil = PhoneNumberUtil::getInstance();
    }