1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 06:08:52 +00:00
added DomXPath and SimpleXMLElement
This commit is contained in:
Adam Magness 2017-11-10 00:26:41 -05:00
parent f245bc8359
commit d49da294b3

View file

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