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

Public Member Functions

 __construct ($type)
 
 scoreArgument ($argument)
 
 isLast ()
 
 __toString ()
 

Detailed Description

Value type token.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\Token\TypeToken::__construct (   $type)
Parameters
string$type

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

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

Returns false.

Returns
bool

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 5 if argument has the same type this token was constructed with.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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