Preview: TemplateDirIterator.php
Size: 322 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Util/TemplateDirIterator.php
<?php
namespace MailPoetVendor\Twig\Util;
if (!defined('ABSPATH')) exit;
class TemplateDirIterator extends \IteratorIterator
{
#[\ReturnTypeWillChange]
public function current()
{
return \file_get_contents(parent::current());
}
#[\ReturnTypeWillChange]
public function key()
{
return (string) parent::key();
}
}
Directory Contents
Dirs: 0 × Files: 3