StringFragmentPattern
Table of Contents
Properties
Methods
- __construct() : mixed
- compilePattern() : string
- Compiles this string fragment pattern to a scoped PCRE pattern string.
Properties
$pattern read-only
        public
            string
    $pattern
    
    
    
    
    
    
$type read-only
        public
            string
    $type
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $type, string $pattern) : mixed
    Parameters
- $type : string
- $pattern : string
compilePattern()
Compiles this string fragment pattern to a scoped PCRE pattern string.
    public
                    compilePattern() : string