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

Public Member Functions

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

Detailed Description

Callback-verified token.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\Token\CallbackToken::__construct (   $callback)

Initializes token.

Parameters
callable$callback
Exceptions

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

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

Returns false.

Returns
bool

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 7 if callback returns true, false otherwise.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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