public function TokenInterface::__toString in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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.
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ TokenInterface.php, line 42
Class
- TokenInterface
- Argument token interface.
Namespace
Prophecy\Argument\TokenCode
public function __toString();