Skip to content

Commit 7ed3a8f

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-44427: Create Merchant Beta Pull Request
1 parent 7f1bc83 commit 7ed3a8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/ImportExport/Model/Import/Entity/AbstractEntity.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,16 @@ public function setParameters(array $params)
717717
return $this;
718718
}
719719

720+
/**
721+
* Get data from outside to change behavior. I.e. for setting some default parameters etc.
722+
*
723+
* @return array $params
724+
*/
725+
public function getParameters()
726+
{
727+
return $this->_parameters;
728+
}
729+
720730
/**
721731
* Source model setter.
722732
*

0 commit comments

Comments
 (0)