added DomXPath and SimpleXMLElement
This commit is contained in:
Adam Magness 2017-11-10 00:26:41 -05:00
parent f245bc8359
commit d49da294b3
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
*/
namespace Friendica\Util;
use DomXPath;
use SimpleXmMLElement;
/**
* @brief This class contain methods to work with XML data
*/