Add xlvask_parser_ht_osc_sider_lave_tur helper class and update imports in XLVask helpers.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
namespace helpers;
|
||||
|
||||
use Exception;
|
||||
use objects\products_o;
|
||||
|
||||
class xlvask_parser_ht_osc_sider_lave_tur extends xlvask_product_parser
|
||||
{
|
||||
use xlvask_product_parser_t;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->setup('HT Osc. sider lave tur');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @throws Exception
|
||||
*/
|
||||
protected function parse(xlvask_wash_item $wash_item, xlvask_usage_log $xlvask_usage_log): products_o
|
||||
{
|
||||
return (new products_o())->select(64); // Irrelevant product ID
|
||||
}
|
||||
}
|
||||
@@ -40,6 +40,7 @@ require_once WD . '/modules/xlvask/helpers/xlvask_parser_kapellvask_alle_trailer
|
||||
require_once WD . '/modules/xlvask/helpers/xlvask_parser_special_s_be_front.php';
|
||||
require_once WD . '/modules/xlvask/helpers/xlvask_parser_lille_bil.php';
|
||||
require_once WD . '/modules/xlvask/helpers/xlvask_parser_chassisskylning.php';
|
||||
require_once WD . '/modules/xlvask/helpers/xlvask_parser_ht_osc_sider_lave_tur.php';
|
||||
|
||||
use helpers\xlvask_cache;
|
||||
use helpers\xlvask_create_customer;
|
||||
|
||||
Reference in New Issue
Block a user