Ejemplo n.º 1
0
 public function getIterator(IEntity $parent, ICollection $collection)
 {
     $key = $parent->getForeignKey($this->metadata->name);
     return [$key ? $collection->getById($key) : NULL];
 }