for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Adelarcubs\OFXParser;
use SimpleXMLElement;
/**
*
* @author Adelar Tiemann Junior <[email protected]>
*/
class Ofx
{
public $ofx;
public function __construct(SimpleXMLElement $xml)
$this->ofx = $xml;
}