file-fetcher
|
Logical AND token.
Public Member Functions | |
__construct (array $arguments) | |
scoreArgument ($argument) | |
isLast () | |
__toString () | |
Prophecy\Argument\Token\LogicalAndToken::__construct | ( | array | $arguments | ) |
array | $arguments | exact values or tokens |
Prophecy\Argument\Token\LogicalAndToken::__toString | ( | ) |
Returns string representation for token.
Implements Prophecy\Argument\Token\TokenInterface.
Prophecy\Argument\Token\LogicalAndToken::isLast | ( | ) |
Prophecy\Argument\Token\LogicalAndToken::scoreArgument | ( | $argument | ) |
Scores maximum score from scores returned by tokens for this argument if all of them score.
$argument |
Implements Prophecy\Argument\Token\TokenInterface.