data ) ) { $this->data = [ 'label' => $this->getInnerValue( $this->xmlNode->{self::LABEL_TAG_NAME} ), 'value' => $this->getValueWithDefault( $this->xmlNode ) ]; } return $this->data; } }