Example #1
0
 public function doProcess(ArrayAdapter $params)
 {
     $this->stock = StockManager::inst()->getStockByIdent($params);
     $this->data = $this->stock->getFullView();
 }