InvoiceRequisiteConverter extends EntityRequisiteConverter
Table of Contents
Methods
- __construct() : mixed
- complete() : void
- Complete convertion process
- getEntityTypeID() : int
- Get entity type ID
- getIntroMessage() : mixed
- processEntity() : bool
- Process entity. Convert invoice requisites to entity requisites
- validate() : void
- Check converter settings
Methods
__construct()
public
__construct(int $entityTypeID, int $presetID[, bool|false $enablePermissionCheck = true ][, int $limit = 1000 ]) : mixed
Parameters
- $entityTypeID : int
-
Entity Type ID.
- $presetID : int
-
Preset ID.
- $enablePermissionCheck : bool|false = true
-
Permission check flag.
- $limit : int = 1000
-
Row limit.
Tags
complete()
Complete convertion process
public
complete() : void
getEntityTypeID()
Get entity type ID
public
getEntityTypeID() : int
Return values
intgetIntroMessage()
public
static getIntroMessage(array<string|int, mixed> $params) : mixed
Parameters
- $params : array<string|int, mixed>
processEntity()
Process entity. Convert invoice requisites to entity requisites
public
processEntity(int $entityID) : bool
Parameters
- $entityID : int
-
Entity ID.
Tags
Return values
boolvalidate()
Check converter settings
public
validate() : void