IStorages_ProductsTable_Textparser
extends Base
in package
IStorages storage products table parser class.
Tags
Table of Contents
- $allowedModules : array<string|int, mixed>
- $name : string
- $params : mixed
- $textParser : TextParser
- $type : mixed
- __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_PRODUCTS_TABLE'
Class name
$params
public
mixed
$params
Additional params
$textParser
public
TextParser
$textParser
TextParser instance
$type
public
mixed
$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