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

Public Member Functions

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

Detailed Description

Exact value token.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\Token\ExactValueToken::__construct (   $value,
StringUtil  $util = null,
ComparatorFactory  $comparatorFactory = null 
)

Initializes token.

Parameters
mixed$value
StringUtil$util
ComparatorFactory$comparatorFactory

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ getValue()

Prophecy\Argument\Token\ExactValueToken::getValue ( )

Returns preset value against which token checks arguments.

Returns
mixed

◆ isLast()

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

Returns false.

Returns
bool

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 10 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: