@@ -17,6 +17,6 @@ |
||
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | public function getDescription(){ |
| 20 | - return $this->description; |
|
| 20 | + return $this->description; |
|
| 21 | 21 | } |
| 22 | 22 | } |
@@ -21,12 +21,12 @@ |
||
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | public function getMovements(){ |
| 24 | - return $this->movements; |
|
| 24 | + return $this->movements; |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | private function exportMovements(SimpleXMLElement $xml){ |
| 28 | - foreach ($xml as $value) { |
|
| 29 | - $this->movements[] = new OfxMovement($value); |
|
| 30 | - } |
|
| 28 | + foreach ($xml as $value) { |
|
| 29 | + $this->movements[] = new OfxMovement($value); |
|
| 30 | + } |
|
| 31 | 31 | } |
| 32 | 32 | } |