Ejemplo n.º 1
0
 public function to_array()
 {
     $result = parent::to_array();
     $result[self::PART_NUMBER_TAG] = $this->get_part_numer();
     return $result;
 }