/** * Returns the data list for the current instance * * @return Array */ public function getData() { return array("Arg Offset" => $this->getArgOffset(), "Arg Value" => \r8\getDump($this->getArgData())) + parent::getData(); }