Returns string representation for token.
string
Overrides TokenInterface::__toString
public function __toString() { if (null === $this->string) { $this->string = sprintf('exact(%s)', $this->util ->stringify($this->value)); } return $this->string; }