Lggr
|
Public Member Functions | |
__construct ($value) | |
scoreArgument ($argument) | |
isLast () | |
getOriginatingToken () | |
__toString () | |
Logical NOT token.
Prophecy\Argument\Token\LogicalNotToken::__construct | ( | $value | ) |
mixed | $value | exact value or token |
Prophecy\Argument\Token\LogicalNotToken::__toString | ( | ) |
Returns string representation for token.
Implements Prophecy\Argument\Token\TokenInterface.
Prophecy\Argument\Token\LogicalNotToken::getOriginatingToken | ( | ) |
Returns originating token.
Prophecy\Argument\Token\LogicalNotToken::isLast | ( | ) |
Returns true if preset token is last.
Implements Prophecy\Argument\Token\TokenInterface.
Prophecy\Argument\Token\LogicalNotToken::scoreArgument | ( | $argument | ) |
Scores 4 when preset token does not match the argument.
$argument |
Implements Prophecy\Argument\Token\TokenInterface.