include/workflow/workflow_utils.php
Functions
add_to_column_select(
$column_options, $temp_focus, $module_name, $exclusion_array
=
"", $inclusion_array
=
"", $include_none
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$column_options | ||
$temp_focus | ||
$module_name | ||
$exclusion_array | ||
$inclusion_array | ||
$include_none |
build_source_array(
$type, $field_value, $var_symbol
=
true
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$type | ||
$field_value | ||
$var_symbol |
compare_type(
$value_array, $exclusion_array, $inclusion_array
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$value_array | ||
$exclusion_array | ||
$inclusion_array |
get_column_select(
$base_module, $drop_down_module
=
"", $exclusion_array
=
"", $inclusion_array
=
"", $include_none
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$base_module | ||
$drop_down_module | ||
$exclusion_array | ||
$inclusion_array | ||
$include_none |
get_plugin(
$plugin_type, $function_name, $opt
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$plugin_type | ||
$function_name | ||
$opt |
get_rel_module_name(
$base_module, $relationship_name, $db
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$base_module | ||
$relationship_name | ||
$db |
translate_label_from_bean(
$target_bean, $target_element
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$target_bean | ||
$target_element |
translate_label_from_module(
$target_module, $target_element
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$target_module | ||
$target_element |
translate_option_name_from_bean(
$target_bean, $target_element, $target_value
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$target_bean | ||
$target_element | ||
$target_value |
write_record_type(
$eval_dump, $record_type, $row
=
array()
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$eval_dump | ||
$record_type | ||
$row |