You are here

public function WordPressSource::getXml in WordPress Migrate 7

File

./wordpress_source.inc, line 20
Common source support for migration from WordPress XML dumps.

Class

WordPressSource
@file Common source support for migration from WordPress XML dumps.

Code

public function getXml() {
  return $this->xml;
}