added DomXPath and SimpleXMLElement
This commit is contained in:
Adam Magness 2017-11-10 00:26:41 -05:00
parent 2727104a5b
commit 1f48f62e6c
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
*/