Метод | Описание | |
---|---|---|
__construct ( mixed $value, boolean $useSubstitution, Eloquent\Phony\Exporter\Exporter $exporter ) | Construct a new equal to matcher. | |
__toString ( ) : string | Describe this matcher. | |
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string | Describe this matcher. | |
matches ( mixed $value ) : boolean | Returns true if $value matches this matcher's criteria. | |
value ( ) : mixed | Get the value. |
public __construct ( mixed $value, boolean $useSubstitution, Eloquent\Phony\Exporter\Exporter $exporter ) | ||
$value | mixed | The value to check against. |
$useSubstitution | boolean | True to use substitution for wrapper types. |
$exporter | Eloquent\Phony\Exporter\Exporter | The exporter to use. |
public __toString ( ) : string | ||
Результат | string | The description. |