PHP Class Coduo\PHPMatcher\Matcher\Pattern\Expander\Count

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

Public Methods

Method Description
__construct ( $value )
getError ( ) : string | null
match ( $value ) : boolean

Method Details

__construct() public method

public __construct ( $value )
$value

getError() public method

public getError ( ) : string | null
return string | null

match() public method

public match ( $value ) : boolean
$value
return boolean