Skip to content

Commit

Permalink
Added empty class for future usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chajr committed Oct 5, 2019
1 parent a8df78e commit eadd1e7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/Data/SimpleXml.php
@@ -0,0 +1,25 @@
<?php
/**
* @author Michał Adamiak <michal.adamiak@lizardmedia.pl>
* @copyright Copyright (C) 2019 Lizard Media (http://lizardmedia.pl)
*/

namespace BlueData\Data;

class SimpleXml
{
public function __construct($xml)
{

}

public function arrayToXml()
{

}

public function xmlToArray()
{

}
}

0 comments on commit eadd1e7

Please sign in to comment.