Lggr
Public Member Functions | List of all members
Prophecy\Argument\Token\IdenticalValueToken Class Reference
Inheritance diagram for Prophecy\Argument\Token\IdenticalValueToken:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Argument\Token\IdenticalValueToken:
Collaboration graph
[legend]

Public Member Functions

 __construct ($value, StringUtil $util=null)
 
 scoreArgument ($argument)
 
 isLast ()
 
 __toString ()
 

Detailed Description

Identical value token.

Author
Florian Voutzinos flori.nosp@m.an@v.nosp@m.outzi.nosp@m.nos..nosp@m.com

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\Token\IdenticalValueToken::__construct (   $value,
StringUtil  $util = null 
)

Initializes token.

Parameters
mixed$value
StringUtil$util

Member Function Documentation

◆ __toString()

Prophecy\Argument\Token\IdenticalValueToken::__toString ( )

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

Prophecy\Argument\Token\IdenticalValueToken::isLast ( )

Returns false.

Returns
bool

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

Prophecy\Argument\Token\IdenticalValueToken::scoreArgument (   $argument)

Scores 11 if argument matches preset value.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


The documentation for this class was generated from the following file: