PHP Class Eloquent\Phony\Matcher\MatcherResult

Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Свойство Type Description
$argumentMatches
$isMatch
$matcherMatches

Méthodes publiques

Méthode Description
__construct ( boolean $isMatch, array $matcherMatches, array $argumentMatches ) Construct a new matcher result.

Method Details

__construct() public méthode

Construct a new matcher result.
public __construct ( boolean $isMatch, array $matcherMatches, array $argumentMatches )
$isMatch boolean True if successful match.
$matcherMatches array
$argumentMatches array

Property Details

$argumentMatches public_oe property

public $argumentMatches

$isMatch public_oe property

public $isMatch

$matcherMatches public_oe property

public $matcherMatches