You are here

public function Twig_Markup::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Markup.php \Twig_Markup::__toString()

File

vendor/twig/twig/lib/Twig/Markup.php, line 28

Class

Twig_Markup
Marks a content as safe.

Code

public function __toString() {
  return $this->content;
}