MIDDAG for Moodle

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

Methods

can_add_responded_internal()

Can add responded_internal.

public can_add_responded_internal() : bool
Return values
bool

can_attached_by()

Returns whether can attached by is enabled.

public can_attached_by() : bool
Return values
bool

Workflow can link onother user.

public can_link_another_user() : string
Return values
string

can_reply_after_request_completion()

Can reply request after completion.

public can_reply_after_request_completion() : bool
Return values
bool

can_view_responded_internal()

Can view responded_internal.

public can_view_responded_internal() : bool
Return values
bool

get_name()

Returns the workflow name.

public static get_name() : string
Return values
string

        
On this page

Search results