Property | Type | Description | |
---|---|---|---|
$matcher |
Method | Description | |
---|---|---|
__construct ( object $matcher ) | Construct a new wrapped matcher. | |
__toString ( ) : string | Describe this matcher. | |
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string | Describe this matcher. | |
matcher ( ) : object | Get the wrapped matcher. | |
matches ( mixed $value ) : boolean | Returns true if $value matches this matcher's criteria. |
public __construct ( object $matcher ) | ||
$matcher | object | The matcher to wrap. |
public __toString ( ) : string | ||
return | string | The description. |