data ) ) { $this->data = [ 'value' => $this->getInnerValue( $this->xmlNode ) ]; } return $this->data; } public function isEmpty() { $data = $this->getData(); $links = trim( $data[ 'value' ] ); return empty( $links ) && $links != '0'; } }