PHP Class Coduo\PHPMatcher\Matcher\JsonMatcher

Inheritance: extends Matcher
Afficher le fichier Open project: coduo/php-matcher Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Coduo\PHPMatcher\Matcher\ValueMatcher $matcher )
canMatch ( $pattern ) {@inheritDoc}
match ( $value, $pattern ) {@inheritDoc}

Private Methods

Méthode Description
getErrorMessage ( )

Method Details

__construct() public méthode

public __construct ( Coduo\PHPMatcher\Matcher\ValueMatcher $matcher )
$matcher Coduo\PHPMatcher\Matcher\ValueMatcher

canMatch() public méthode

{@inheritDoc}
public canMatch ( $pattern )

match() public méthode

{@inheritDoc}
public match ( $value, $pattern )