Наследование: extends Nette\Object, implements Nextras\Orm\Mapper\IRelationshipMapper
 public function getIterator(IEntity $parent, ICollection $collection)
 {
     return [parent::getIterator($parent, $collection)->current()];
 }