function TokenInterface::isLast
Returns true if this token prevents check of other tokens (is last one).
Return value
bool
16 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.
- ApproximateValueToken::isLast in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ApproximateValueToken.php - Returns true if this token prevents check of other tokens (is last one).
- 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.
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ TokenInterface.php, line 35
Class
- TokenInterface
- Argument token interface.
Namespace
Prophecy\Argument\TokenCode
public function isLast();