PHP Класс Eloquent\Phony\Matcher\MatcherResult

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$argumentMatches
$isMatch
$matcherMatches

Открытые методы

Метод Описание
__construct ( boolean $isMatch, array $matcherMatches, array $argumentMatches ) Construct a new matcher result.

Описание методов

__construct() публичный метод

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

Описание свойств

$argumentMatches публичное свойство

public $argumentMatches

$isMatch публичное свойство

public $isMatch

$matcherMatches публичное свойство

public $matcherMatches