PHP Class Coduo\PHPMatcher\Matcher\Matcher

Inheritance: implements Coduo\PHPMatcher\Matcher\ValueMatcher
Show file Open project: coduo/php-matcher Class Usage Examples

Protected Properties

Property Type Description
$error string | null

Public Methods

Method Description
getError ( )
match ( $value, $pattern )

Method Details

getError() public method

public getError ( )

match() public method

public match ( $value, $pattern )

Property Details

$error protected property

protected string|null $error
return string | null