Symfony\Component\Form\Util\PropertyPath::getIterator PHP Méthode

getIterator() public méthode

Returns a new iterator for this path
public getIterator ( ) : Symfony\Component\Form\Util\PropertyPathIterator
Résultat Symfony\Component\Form\Util\PropertyPathIterator
    public function getIterator()
    {
        return new PropertyPathIterator($this);
    }