Lines Matching refs:it
47 $it = $recipients->getIterator("to");
48 while ($it->hasNext())
50 $it->next();
51 $address = $it->getValue();
55 $it = $recipients->getIterator("cc");
56 while ($it->hasNext())
58 $it->next();
59 $address = $it->getValue();
63 $it = $recipients->getIterator("bcc");
64 while ($it->hasNext())
66 $it->next();
67 $address = $it->getValue();