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

Public Member Functions

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

Detailed Description

Object state-checker token.

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

Constructor & Destructor Documentation

◆ __construct()

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

Initializes token.

Parameters
string$methodName
mixed$valueExpected return value
null | StringUtil$util
ComparatorFactory$comparatorFactory

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

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

Returns false.

Returns
bool

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 8 if argument is an object, which method returns expected value.

Parameters
mixed$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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