class ThreadPayload extends xelos_workflows_payload_base

Properties

ForumController $mod
protected string $model_name
protected bool $payload_type_reference
protected bool $payload_convertible_to_pdf

Methods

array
get_fdl()

Get FDL for states

bool|array
get_placeholders(bool $descriptive = false)

Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.

Template|string
show_payload()

Show form

Details

at line 36
array get_fdl()

Get FDL for states

Return Value

array FDL

at line 77
bool|array get_placeholders(bool $descriptive = false)

Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.

Parameters

bool $descriptive

Show explanations and examples

Return Value

bool|array

Exceptions

Exception

at line 47
Template|string show_payload()

Show form

Return Value

Template|string

Exceptions

Exception
ContentException