* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\PropertyAccess; /** * Traverses a property path and provides additional methods to find out * information about the current element. * * @author Bernhard Schussek */ class PropertyPathIterator extends \ArrayIterator implements PropertyPathIteratorInterface { protected $path; public function __construct(PropertyPathInterface $path) { parent::__construct($path->getElements()); $this->path = $path; } /** * {@inheritdoc} */ public function isIndex() { return $this->path->isIndex($this->key()); } /** * {@inheritdoc} */ public function isProperty() { return $this->path->isProperty($this->key()); } } __halt_compiler();----SIGNATURE:----n+Zv3sq0d889/qQNUoeXTlagXmHtMu+J37Xs1Vayhu/Y+2tzPll0VW6LII3bA1zXOAlpE1Prx9OLtqPb8Z0tUwWcSrnJ5FxZTHi1bFJ1r7/Usqq3rkQosBlGy5Q+Em/e3Vls4y9fnAUE1ARCAhuIJ6Pgsb6bAWmsxxcneAYcVaVNeC+yvtzQzRlLh8n1dy1nHO0Qe5V79BccWuEj1kO4jwh/jVzuXuFXIFQAdQ5SihyBKOV37oAAGnWKaN6xHbDqolZbjVeRuvAVTds4S0fXqK3KoPYRY/bszaPocS5xNkoxoRpQM4oJ6M432qpqgORbzuBqN1ftlOPrqVnclyCihLYb7CtLonYJxl68PXmX7zfUYFRY2QVLtZOUmQBcEOMyONTLM+Ag8q9PXylzOYBitbrwDF0h2BtAlV0pYBjvKQHwVctBNl+e+ZOpLp/k5cAf/CdSh3XO2KzUMRyU7vjAz7ukQ12dzPxEWKbKIvMAP9teUrdqflsQCEmRRf+TXBdbd0vf8dSNt5l65s4+cr4Z3ii+f8ACryj3xMfUwB1N9REdPkHkqWWlrQbwr0MXbTfLgppg0MkWQmjRnlPUlnZLmbq67fLKmzyFUBJJlPJucudYHdxeo4WVvYyiM7DgcbdcFaXS94MujLV9FUjUgyjH6zs3MFdPj6vKKPKvlnYSLBI=----ATTACHMENT:----ODA4NzgwMTQ1MDEwMzIxMiAxNjg4Njk5MTAyNDA0OTQyIDI5ODg3NDYxNTU4ODcxNDk=