Ejemplo n.º 1
0
 protected function putDataHeldByAggregator(Aggregator $a, DOMElement $destination)
 {
     /* @var $a Container */
     foreach ($a->getAllActualAggregators() as $aggregatorToAdd) {
         $destination->appendChild($this->getDOMNodeOf($aggregatorToAdd, $destination));
     }
 }