You are here

public function TokenInterface::__toString 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::__toString()

Returns string representation for token.

Return value

string

13 methods override TokenInterface::__toString()
AnyValuesToken::__toString in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php
Returns string representation for token.
AnyValueToken::__toString in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php
Returns string representation for token.
ArrayCountToken::__toString in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php
Returns string representation for token.
ArrayEntryToken::__toString in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php
Returns string representation for token.
ArrayEveryEntryToken::__toString in vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php
Returns string representation for token.

... See full list

File

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

Class

TokenInterface
Argument token interface.

Namespace

Prophecy\Argument\Token

Code

public function __toString();