You are here

public function Twig_Markup::__toString in Translation template extractor 6.3

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

File

vendor/Twig/Markup.php, line 28

Class

Twig_Markup
Marks a content as safe.

Code

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