Commit d9eeedb9 authored by Simon Gadient's avatar Simon Gadient

[IMP] Add getter to service to get context in extended commands

refs KIME-4677
parent 40f05dc8
...@@ -129,6 +129,13 @@ class SpreadsheetImportService { ...@@ -129,6 +129,13 @@ class SpreadsheetImportService {
return $this; return $this;
} }
/**
* @return \WE\SpreadsheetImport\Domain\Model\SpreadsheetImport
*/
public function getSpreadsheetImport() {
return $this->spreadsheetImport;
}
/** /**
* Returns the annotation properties of the related domain model with the property name as key. * Returns the annotation properties of the related domain model with the property name as key.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment