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

Public Member Functions

 __construct ($key, $value)
 
 scoreArgument ($argument)
 
 isLast ()
 
 __toString ()
 
 getKey ()
 
 getValue ()
 

Detailed Description

Array entry 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\ArrayEntryToken::__construct (   $key,
  $value 
)
Parameters
mixed$keyexact value or token
mixed$valueexact value or token

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ getKey()

Prophecy\Argument\Token\ArrayEntryToken::getKey ( )

Returns key

Returns
TokenInterface

◆ getValue()

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

Returns value

Returns
TokenInterface

◆ isLast()

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

Returns false.

Returns
boolean

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores half of combined scores from key and value tokens for same entry. Capped at 8. If argument implements \ArrayAccess without \Traversable, then key token is restricted to ExactValueToken.

Parameters
array | \ArrayAccess | \Traversable$argument
Exceptions

Implements Prophecy\Argument\Token\TokenInterface.


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