Symfony\Component\Form\Util\PropertyPath::getIterator PHP Method

getIterator() public method

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