Метод | Описание | |
---|---|---|
__toString ( ) : string | Describe this matcher. | |
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string | Describe this matcher. | |
instance ( ) : Eloquent\Phony\Matcher\Matcher | Get the static instance of this matcher. | |
matches ( mixed $value ) : boolean | Returns true if $value matches this matcher's criteria. |
public __toString ( ) : string | ||
Результат | string | The description. |
public static instance ( ) : Eloquent\Phony\Matcher\Matcher | ||
Результат | Eloquent\Phony\Matcher\Matcher | The static matcher. |