Ejemplo n.º 1
0
 public function init_from_array($info = array())
 {
     parent::init_from_array($info);
     $this->key = isset($info[self::PART_NUMBER_TAG]) ? $info[self::PART_NUMBER_TAG] : '';
     return $this;
 }