示例#1
0
 public function toArray()
 {
     $array = parent::toArray();
     $array['reexport'] = $this->reexport;
     return $array;
 }