Symfony\Component\Form\Util\PropertyPath::getIterator PHP 메소드

getIterator() 공개 메소드

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