Returns string representation for token.
string
Overrides TokenInterface::__toString
public function __toString() { if ($this->customStringRepresentation !== null) { return $this->customStringRepresentation; } return 'callback()'; }