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

Public Member Functions

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

Detailed Description

Array elements count 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\ArrayCountToken::__construct (   $value)
Parameters
integer$value

Member Function Documentation

◆ __toString()

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

Returns string representation for token.

Returns
string

Implements Prophecy\Argument\Token\TokenInterface.

◆ isLast()

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

Returns false.

Returns
boolean

Implements Prophecy\Argument\Token\TokenInterface.

◆ scoreArgument()

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

Scores 6 when argument has preset number of elements.

Parameters
$argument
Returns
bool|int

Implements Prophecy\Argument\Token\TokenInterface.


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