프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$matcher |
메소드 | 설명 | |
---|---|---|
__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 | ||
리턴 | string | The description. |