ListItemPayload
class ListItemPayload extends xelos_workflows_payload_base
Properties
| ListsController | $mod | ||
| protected string | $model_name | ||
| protected bool | $payload_type_reference | ||
| protected bool | $payload_convertible_to_pdf |
Methods
Get FDL for states
copied from xelos core, but prepended web_dir to path_to_file
Get payload properties
Get all placeholders with payload property values: It's required that the identifier of the form is the same as the payload identifier.
Set payload property
Show form
return _files storage path for payload
Get payload as HTML
No description
Details
at line 41
array
get_fdl()
Get FDL for states
at line 145
string
get_file_url($path_to_file, bool $inline_disposition = true, bool $name = false, bool $zipOnTheFly = false, bool $width = false, bool $height = false, bool $resize_mode = false)
copied from xelos core, but prepended web_dir to path_to_file
at line 519
mixed
get_payload_properties()
Get payload properties
at line 349
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.
at line 545
bool|int
set_payload_property(string $property, string|int $value)
Set payload property
at line 220
Template|null
show_payload()
Show form
at line 123
string
storage_path()
return _files storage path for payload
at line 78
string
to_html(int $list_item_id, array $headerFields = [])
Get payload as HTML
at line 600
void
validate()
No description