This commit is contained in:
Paulis
2019-08-02 15:57:22 -04:00
parent 279e251a62
commit d3e632a4db
22 changed files with 58 additions and 55 deletions

View File

@@ -13,7 +13,7 @@ class XMLConnection
* @param string $file
* @return void
*/
public function XMLConnection($file)
public function __construct($file)
{
$this->xmldoc = new Xml_Document();
$this->xmldoc->parseXmlFile($file);