PhoneNumber::__construct PHP Method

__construct() public method

public __construct ( $regionCode = null, $number = null )
        public function __construct($regionCode = null, $number = null)
        {
            $this->regionCode = $regionCode;
            $this->number = $number;
        }