Skip to content

Commit

Permalink
Merge pull request #841 from laboro/fix/batch_abstract_ut
Browse files Browse the repository at this point in the history
PIM-1757 : add default getConfigurableStepElements in AbstractStep
  • Loading branch information
nidup committed Dec 24, 2013
2 parents 99b45bc + a11b9f0 commit c8de9ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Oro/Bundle/BatchBundle/Step/AbstractStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ abstract public function getConfiguration();
*/
abstract public function setConfiguration(array $config);

/**
* Get the configurable step elements
*
* @return array
*/
public function getConfigurableStepElements()
{
return array();
}

/**
* Template method for step execution logic
*
Expand Down

0 comments on commit c8de9ad

Please sign in to comment.