workflow_default extends workflow_base
Table of Contents
Constants
- IDNUMBER = 'default'
Methods
- can_add_responded_internal() : bool
- Can add responded_internal.
- can_attached_by() : bool
- Returns whether can attached by is enabled.
- can_link_another_user() : string
- Workflow can link onother user.
- can_reply_after_request_completion() : bool
- Can reply request after completion.
- can_view_responded_internal() : bool
- Can view responded_internal.
- get_name() : string
- Returns the workflow name.
Constants
IDNUMBER
public
mixed
IDNUMBER
= 'default'
Methods
can_add_responded_internal()
Can add responded_internal.
public
can_add_responded_internal() : bool
Return values
boolcan_attached_by()
Returns whether can attached by is enabled.
public
can_attached_by() : bool
Return values
boolcan_link_another_user()
Workflow can link onother user.
public
can_link_another_user() : string
Return values
stringcan_reply_after_request_completion()
Can reply request after completion.
public
can_reply_after_request_completion() : bool
Return values
boolcan_view_responded_internal()
Can view responded_internal.
public
can_view_responded_internal() : bool
Return values
boolget_name()
Returns the workflow name.
public
static get_name() : string