PHP 8.2.30
Preview: InheritDataAwareIterator.php Size: 748 B
/opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/Form/Util/InheritDataAwareIterator.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Form\Util;

/**
 * Iterator that traverses an array of forms.
 *
 * Contrary to \ArrayIterator, this iterator recognizes changes in the original
 * array during iteration.
 *
 * You can wrap the iterator into a {@link \RecursiveIterator} in order to
 * enter any child form that inherits its parent's data and iterate the children
 * of that form as well.
 *
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class InheritDataAwareIterator extends VirtualFormAwareIterator
{
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.04 KB lrw-r--r-- 2019-12-18 11:24:06
Edit Download
748 B lrw-r--r-- 2019-12-18 11:24:06
Edit Download
4.55 KB lrw-r--r-- 2019-12-18 11:24:06
Edit Download
3.54 KB lrw-r--r-- 2019-12-18 11:24:06
Edit Download
1.05 KB lrw-r--r-- 2019-12-18 11:24:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).