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

Public Member Functions

 __construct ($value)
 
 scoreArgument ($argument)
 
 isLast ()
 
 getOriginatingToken ()
 
 __toString ()
 

Detailed Description

Logical NOT token.

Author
Boris Mikhaylov kagux.nosp@m.mail.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Argument\Token\LogicalNotToken::__construct (   $value)
Parameters
mixed$valueexact value or token

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ getOriginatingToken()

Prophecy\Argument\Token\LogicalNotToken::getOriginatingToken ( )

Returns originating token.

Returns
TokenInterface

◆ isLast()

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

Returns true if preset token is last.

Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 4 when preset token does not match the argument.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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