예제 #1
0
 /**
  * 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();
 }