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

Public Member Functions

 __construct (array $arguments)
 
 scoreArgument ($argument)
 
 isLast ()
 
 __toString ()
 

Detailed Description

Logical AND 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\LogicalAndToken::__construct ( array  $arguments)
Parameters
array$argumentsexact values or tokens

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

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

Returns false.

Returns
boolean

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores maximum score from scores returned by tokens for this argument if all of them score.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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