PHP Class PhpPeg\TokenRegex

Inheritance: extends TokenExpressionable
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
__construct ( $value )
escape ( $rx )
match_code ( $value = NULL ) The $value default parameter is NOT used, it is just added to conform to interface

Method Details

__construct() public method

public __construct ( $value )

escape() static public method

static public escape ( $rx )

match_code() public method

The $value default parameter is NOT used, it is just added to conform to interface
public match_code ( $value = NULL )