| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | public function process() |
||
| 44 | { |
||
| 45 | |||
| 46 | // load the global data from the import processor |
||
| 47 | $globalData = $this->getImportProcessor()->getGlobalData(); |
||
| 48 | |||
| 49 | // add the status with the global data |
||
| 50 | $this->getRegistryProcessor()->mergeAttributesRecursive( |
||
| 51 | $this->getSerial(), |
||
| 52 | array(RegistryKeys::GLOBAL_DATA => $globalData) |
||
| 53 | ); |
||
| 54 | } |
||
| 55 | } |
||
| 56 |