DynamicInventoryColumnsTable
extends Base
in package
Base TextParser parser class.
Table of Contents
- $allowedModules : array<string|int, mixed>
- $name : string
- $params : mixed
- $textParser : TextParser
- $type : string
- __construct() : mixed
- Construct.
- isActive() : bool
- Check if function is activated.
- process() : string
- Process.
Properties
$allowedModules
public
array<string|int, mixed>
$allowedModules
Allowed modules
$name
public
string
$name
= 'LBL_DYNAMIC_INVENTORY_TABLE'
Class name
$params
public
mixed
$params
Additional params
$textParser
public
TextParser
$textParser
TextParser instance
$type
public
string
$type
= 'pdf'
Parser type
Methods
__construct()
Construct.
public
__construct(TextParser $textParser[, mixed $params = '' ]) : mixed
Parameters
- $textParser : TextParser
- $params : mixed = ''
Return values
mixed —isActive()
Check if function is activated.
public
isActive() : bool
Return values
bool —process()
Process.
public
process() : string