| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class SubSellerFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var \Magento\Framework\ObjectManagerInterface |
||
| 21 | */ |
||
| 22 | protected $_objectManager; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param \Magento\Framework\ObjectManagerInterface $objectManager |
||
| 26 | */ |
||
| 27 | public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Create new sub seller model. |
||
| 34 | * |
||
| 35 | * @param array $arguments |
||
| 36 | * |
||
| 37 | * @return \Getnet\SubSellerMagento\Model\Seller\SubSeller |
||
| 38 | */ |
||
| 39 | public function create(array $arguments = []) |
||
| 44 |