AnyValuesToken
in package
implements
TokenInterface
Any values token.
Tags
Interfaces, Classes and Traits
- TokenInterface
- Argument token interface.
Table of Contents
- __toString() : string
- Returns string representation for token.
- isLast() : bool
- Returns true to stop wildcard from processing other tokens.
- scoreArgument() : int
- Always scores 2 for any argument.
Methods
__toString()
Returns string representation for token.
public
__toString() : string
Return values
string —isLast()
Returns true to stop wildcard from processing other tokens.
public
isLast() : bool
Return values
bool —scoreArgument()
Always scores 2 for any argument.
public
scoreArgument( $argument) : int