Lggr
|
Public Member Functions | |
scoreArgument ($argument) | |
isLast () | |
__toString () | |
Any values token.
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.