Documentation

IdenticalValueToken
in package
implements TokenInterface

Identical value token.

Tags
author

Florian Voutzinos florian@voutzinos.com

Interfaces, Classes and Traits

TokenInterface
Argument token interface.

Table of Contents

$string  : mixed
$util  : mixed
$value  : mixed
__construct()  : mixed
Initializes token.
__toString()  : string
Returns string representation for token.
isLast()  : bool
Returns false.
scoreArgument()  : bool|int
Scores 11 if argument matches preset value.

Properties

Methods

__toString()

Returns string representation for token.

public __toString() : string
Return values
string

scoreArgument()

Scores 11 if argument matches preset value.

public scoreArgument( $argument) : bool|int
Parameters
$argument :
Return values
bool|int

Search results