Ejemplo n.º 1
0
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->_manTrans = $this->_manObj->get(\Praxigento\Core\Transaction\Database\IManager::class);
     $this->_callTransfer = $this->_manObj->get(\Praxigento\Pv\Service\ITransfer::class);
     $this->_callAccount = $this->_manObj->get(\Praxigento\Accounting\Service\IAccount::class);
 }
Ejemplo n.º 2
0
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     /* services */
     $this->_repoBasic = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
     /* services */
     $this->_callSale = $this->_manObj->get(\Praxigento\Pv\Service\ISale::class);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_repoGeneric = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
     $this->_toolDate = $this->_manObj->get(\Praxigento\Core\Tool\IDate::class);
     $this->_repoMageStock = $this->_manObj->get(StockRepositoryInterface::class);
     $this->_repoMageStockItem = $this->_manObj->get(StockItemRepositoryInterface::class);
     $this->_repoStockItem = $this->_manObj->get(IRepoStockItem::class);
 }
 /**
  * Main_FunctionalTest constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_callAccount = $this->_manObj->get(\Praxigento\Accounting\Service\IAccount::class);
     $this->_callBalance = $this->_manObj->get(\Praxigento\Accounting\Service\Balance\Call::class);
     $this->_callOperation = $this->_manObj->get(\Praxigento\Accounting\Service\Operation\Call::class);
     $this->_repoGeneric = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
     $this->_repoBalance = $this->_manObj->get(\Praxigento\Accounting\Repo\Entity\IBalance::class);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_callPvSale = $this->_manObj->get(\Praxigento\Pv\Service\ISale::class);
     $this->_callLoyaltyCalc = $this->_manObj->get(\Praxigento\BonusLoyalty\Service\ICalc::class);
     $this->_repoCore = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
     $this->_repoBonusTypeCalc = $this->_manObj->get(\Praxigento\BonusBase\Repo\Entity\Type\ICalc::class);
     $this->_repoBonusRank = $this->_manObj->get(\Praxigento\BonusBase\Repo\Entity\IRank::class);
     $this->_repoTypeAsset = $this->_manObj->get(\Praxigento\Accounting\Repo\Entity\Type\IAsset::class);
     $this->_repoAcc = $this->_manObj->get(\Praxigento\Accounting\Repo\IModule::class);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_callAccAccount = $this->_manObj->get(\Praxigento\Accounting\Service\IAccount::class);
     $this->_callAccOperation = $this->_manObj->get(\Praxigento\Accounting\Service\IOperation::class);
     $this->_callCalc = $this->_manObj->get(\Praxigento\Bonus\Hybrid\Lib\Service\ICalc::class);
     $this->_callPeriod = $this->_manObj->get(\Praxigento\Bonus\Hybrid\Lib\Service\IPeriod::class);
     $this->_callPvTransfer = $this->_manObj->get(\Praxigento\Pv\Service\ITransfer::class);
     $this->_repoTypeAsset = $this->_manObj->get(\Praxigento\Accounting\Repo\Entity\Type\IAsset::class);
     $this->_repoTypeCalc = $this->_manObj->get(\Praxigento\BonusBase\Repo\Entity\Type\ICalc::class);
     $this->_repoBasic = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_callAccount = $this->_manObj->get(\Praxigento\Accounting\Service\IAccount::class);
     $this->_callOperation = $this->_manObj->get(\Praxigento\Accounting\Service\IOperation::class);
     $this->_callCalc = $this->_manObj->get(\Praxigento\Bonus\Hybrid\Lib\Service\ICalc::class);
     $this->_callDownlineSnap = $this->_manObj->get(\Praxigento\Downline\Service\ISnap::class);
     $this->_callPeriod = $this->_manObj->get(\Praxigento\Bonus\Hybrid\Lib\Service\IPeriod::class);
     $this->_callPvTransfer = $this->_manObj->get(\Praxigento\Pv\Service\ITransfer::class);
     $this->_repoBasic = $this->_manObj->get(\Praxigento\Core\Repo\IGeneric::class);
     $this->_repoTypeAsset = $this->_manObj->get(\Praxigento\Accounting\Repo\Entity\Type\IAsset::class);
     $this->_repoTypeCalc = $this->_manObj->get(\Praxigento\BonusBase\Repo\Entity\Type\ICalc::class);
     $this->_repoRank = $this->_manObj->get(\Praxigento\BonusBase\Repo\Entity\IRank::class);
     $this->_toolScheme = $this->_manObj->get(\Praxigento\Bonus\Hybrid\Lib\Tool\IScheme::class);
     $this->_toolDate = $this->_manObj->get(\Praxigento\Core\Tool\IDate::class);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_callSnap = $this->_manObj->get(\Praxigento\Downline\Service\Snap\Call::class);
 }