예제 #1
0
 public function createArray()
 {
     $data = $this->createData();
     $this->set("d", $data);
     return parent::createArray();
 }