StringFragmentPattern

Internal

Table of Contents

Properties

$pattern  : string
$type  : string

Methods

__construct()  : mixed
compilePattern()  : string
Compiles this string fragment pattern to a scoped PCRE pattern string.
getPattern()  : string
getType()  : string

Properties

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
Return values
string

getPattern()

public getPattern() : string
Return values
string

getType()

public getType() : string
Return values
string

        
On this page

Search results