You are here

public function TokenInterface::isLast in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php \Prophecy\Argument\Token\TokenInterface::isLast()

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

Return value

bool|int

13 methods override TokenInterface::isLast()
AnyValuesToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php
Returns true to stop wildcard from processing other tokens.
AnyValueToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php
Returns false.
ArrayCountToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php
Returns false.
ArrayEntryToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php
Returns false.
ArrayEveryEntryToken::isLast in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php
Returns true if this token prevents check of other tokens (is last one).

... See full list

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php, line 35

Class

TokenInterface
Argument token interface.

Namespace

Prophecy\Argument\Token

Code

public function isLast();