elements = array(); } function get_elements() { //näiteks $arr['0'] = 'esimene'; $arr['1'] = 'teine'; $arr['2'] = 'kolmas'; return $arr; } function add_element(&$element) { $this->elements[] =& $element; } } ?>