collector = $collector; } abstract public function get_output(); public function output() { // nothing } public function get_collector() { return $this->collector; } final public function get_timer() { return $this->timer; } final public function set_timer( QM_Timer $timer ) { $this->timer = $timer; } } }