Method | Description | |
---|---|---|
__construct ( Eloquent\Phony\Matcher\Matcher $matcher, integer $minimumArguments, integer | null $maximumArguments ) | Construct a new wildcard matcher. | |
__toString ( ) : string | Describe this matcher. | |
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string | Describe this matcher. | |
instance ( ) : |
Get the static instance of this matcher. | |
matcher ( ) : Eloquent\Phony\Matcher\Matcher | Get the matcher to use for each argument. | |
maximumArguments ( ) : integer | null | Get the maximum number of arguments to match. | |
minimumArguments ( ) : integer | Get the minimum number of arguments to match. |
public __construct ( Eloquent\Phony\Matcher\Matcher $matcher, integer $minimumArguments, integer | null $maximumArguments ) | ||
$matcher | Eloquent\Phony\Matcher\Matcher | The matcher to use for each argument. |
$minimumArguments | integer | The minimum number of arguments. |
$maximumArguments | integer | null | The maximum number of arguments. |
public __toString ( ) : string | ||
return | string | The description. |
public static instance ( ) : |
||
return | The static matcher. |
public matcher ( ) : Eloquent\Phony\Matcher\Matcher | ||
return | Eloquent\Phony\Matcher\Matcher | The matcher. |
public maximumArguments ( ) : integer | null | ||
return | integer | null | The maximum number of arguments. |
public minimumArguments ( ) : integer | ||
return | integer | The minimum number of arguments. |