示例#1
0
 public function type()
 {
     $this->type = parent::type();
     $this->type['color'] = "red";
     return $this->type;
 }