Add uses
added DomXPath and SimpleXMLElement
This commit is contained in:
parent
f245bc8359
commit
d49da294b3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
*/
|
||||
namespace Friendica\Util;
|
||||
|
||||
use DomXPath;
|
||||
use SimpleXmMLElement;
|
||||
|
||||
/**
|
||||
* @brief This class contain methods to work with XML data
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue