Owl\Services\StockService::getStockList PHP Method

getStockList() public method

Get stock lists.
public getStockList ( $user_id ) : array
$user_id int user_id
return array
    public function getStockList($user_id)
    {
        return $this->stockRepo->getStockList($user_id);
    }