added DomXPath and SimpleXMLElement
2022.09-rc
Adam Magness 2017-11-10 00:26:41 -05:00
rodzic 2727104a5b
commit 1f48f62e6c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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