libphonenumber\PhoneNumberUtil::initCapturingExtnDigits PHP Method

initCapturingExtnDigits() protected static method

protected static initCapturingExtnDigits ( )
    protected static function initCapturingExtnDigits()
    {
        static::$CAPTURING_EXTN_DIGITS = "(" . static::DIGITS . "{1,7})";
    }
PhoneNumberUtil