visitor = $visitor; $this->object = $object; $this->type = $type; } public function getVisitor() { return $this->visitor; } public function getType() { return $this->type; } public function getObject() { return $this->object; } }