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

Public Member Functions

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

Detailed Description

Array every entry token.

Author
Adrien Brault adrie.nosp@m.n.br.nosp@m.ault@.nosp@m.gmai.nosp@m.l.com

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

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

{Returns string representation for token.

Returns
string
}

Implements Prophecy\Argument\Token\TokenInterface.

◆ getValue()

Prophecy\Argument\Token\ArrayEveryEntryToken::getValue ( )

◆ isLast()

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

{Returns true if this token prevents check of other tokens (is last one).

Returns
bool|int
}

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

{Calculates token match score for provided argument.

Parameters
$argument
Returns
bool|int
}

Implements Prophecy\Argument\Token\TokenInterface.


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