PHP Class Eloquent\Phony\Matcher\MatcherResult

Datei anzeigen Open project: eloquent/phony

Public Properties

Property Type Description
$argumentMatches
$isMatch
$matcherMatches

Public Methods

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

Method Details

__construct() public method

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