Documentation

AnyValuesToken
in package
implements TokenInterface

Any values token.

Tags
author

Konstantin Kudryashov ever.zet@gmail.com

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
Parameters
$argument :
Return values
int

Search results