You are here

public function Twig_Util_TemplateDirIterator::current in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php \Twig_Util_TemplateDirIterator::current()

File

vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php, line 17

Class

Twig_Util_TemplateDirIterator
@author Fabien Potencier <fabien@symfony.com>

Code

public function current() {
  return file_get_contents(parent::current());
}