libphonenumber\PhoneMetadata::numberFormatSize PHP Method

numberFormatSize() public method

public numberFormatSize ( )
    public function numberFormatSize()
    {
        return count($this->numberFormat);
    }
PhoneMetadata