public function WordPressSource::__toString in WordPress Migrate 7
Return a string representing the source.
Return value
string
File
- ./
wordpress_source.inc, line 95 - Common source support for migration from WordPress XML dumps.
Class
- WordPressSource
- @file Common source support for migration from WordPress XML dumps.
Code
public function __toString() {
return (string) $this->xpath;
}