libphonenumber\PhoneNumberUtil::initValidStartCharPattern PHP Method

initValidStartCharPattern() protected static method

protected static initValidStartCharPattern ( )
    protected static function initValidStartCharPattern()
    {
        static::$VALID_START_CHAR_PATTERN = "[" . static::PLUS_CHARS . static::DIGITS . "]";
    }
PhoneNumberUtil