function TokenInterface::__toString
Returns string representation for token.
Return value
string
16 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.
- ApproximateValueToken::__toString in vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ApproximateValueToken.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.
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ TokenInterface.php, line 42
Class
- TokenInterface
- Argument token interface.
Namespace
Prophecy\Argument\TokenCode
public function __toString();