elements; } public function SetElements($elements) { $this->elements = $elements; } public function AddElement($element) { $this->elements[] = $element; } } ?>