class FriendList implements IteratorAggregate{
private $list=[];
public function getIterator():Traversable