|
file-fetcher
|
Any values token.
Public Member Functions | |
| scoreArgument ($argument) | |
| isLast () | |
| __toString () | |
| Prophecy\Argument\Token\AnyValuesToken::__toString | ( | ) |
Returns string representation for token.
Implements Prophecy\Argument\Token\TokenInterface.
| Prophecy\Argument\Token\AnyValuesToken::isLast | ( | ) |
Returns true to stop wildcard from processing other tokens.
Implements Prophecy\Argument\Token\TokenInterface.
| Prophecy\Argument\Token\AnyValuesToken::scoreArgument | ( | $argument | ) |
Always scores 2 for any argument.
| $argument |
Implements Prophecy\Argument\Token\TokenInterface.
1.8.17