MIDDAG for Moodle

workflow_base

AbstractYes

Table of Contents

Constants

REQUEST_STATUS  = [self::STATUS_OPEN => self::STATUS_OPEN, self::STATUS_ANSWERED => self::STATUS_ANSWERED, self::STATUS_WAITING => self::STATUS_WAITING, self::STATUS_INREVIEW => self::STATUS_INREVIEW, self::STATUS_APPROVED => self::STATUS_APPROVED, self::STATUS_REFUSED => self::STATUS_REFUSED, self::STATUS_COMPLETED => self::STATUS_COMPLETED]
STATUS_ANSWERED  = 'answered'
STATUS_APPROVED  = 'approved'
STATUS_COMPLETED  = 'completed'
STATUS_INREVIEW  = 'inreview'
STATUS_OPEN  = 'open'
STATUS_REFUSED  = 'refused'
STATUS_WAITING  = 'waiting'

Methods

can_add_responded_internal()  : bool
Can add responded_internal.
can_additional_fields()  : bool
Returns whether can additional fields is enabled.
can_attached_by()  : bool
Returns whether can attached by is enabled.
can_authorization()  : bool
Returns whether authorization is enabled.
can_category()  : bool
Returns whether category is enabled.
can_document_template()  : bool
Returns whether document template is enabled.
can_escalation()  : bool
Returns whether escalation is enabled.
can_feedback()  : bool
Returns whether feedback is enabled.
can_link_another_user()  : bool
Returns whether link another user is enabled.
can_priority()  : bool
Returns whether priority is enabled.
can_reply_after_request_completion()  : bool
Can reply request after completion.
can_select_course()  : bool
Returns whether can course selection is enabled.
can_select_user_fields()  : bool
Returns whether can select user fields is enabled.
can_sla()  : bool
Returns whether SLA is enabled.
can_view_responded_internal()  : bool
Can view responded_internal.
get_answered_status()  : string
Return request status answered.
get_approved_status()  : string
Return request status approved.
get_completed_status()  : string
Return request status completed.
get_inreview_status()  : string
Return request status in review.
get_name()  : mixed
get_open_status()  : string
Return request status open.
get_refused_status()  : string
Return request status refused.
get_status()  : array<string|int, mixed>
Return request status.
get_waiting_status()  : string
Return request status waiting.
required_user_field()  : bool
Returns whether required user field is enabled.

Constants

REQUEST_STATUS

public mixed REQUEST_STATUS = [self::STATUS_OPEN => self::STATUS_OPEN, self::STATUS_ANSWERED => self::STATUS_ANSWERED, self::STATUS_WAITING => self::STATUS_WAITING, self::STATUS_INREVIEW => self::STATUS_INREVIEW, self::STATUS_APPROVED => self::STATUS_APPROVED, self::STATUS_REFUSED => self::STATUS_REFUSED, self::STATUS_COMPLETED => self::STATUS_COMPLETED]

STATUS_COMPLETED

public mixed STATUS_COMPLETED = 'completed'

Methods

can_add_responded_internal()

Can add responded_internal.

public can_add_responded_internal() : bool
Return values
bool

can_additional_fields()

Returns whether can additional fields is enabled.

public can_additional_fields() : bool
Return values
bool

can_attached_by()

Returns whether can attached by is enabled.

public can_attached_by() : bool
Return values
bool

can_authorization()

Returns whether authorization is enabled.

public can_authorization() : bool
Return values
bool

can_category()

Returns whether category is enabled.

public can_category() : bool
Return values
bool

can_document_template()

Returns whether document template is enabled.

public can_document_template() : bool
Return values
bool

can_escalation()

Returns whether escalation is enabled.

public can_escalation() : bool
Return values
bool

can_feedback()

Returns whether feedback is enabled.

public can_feedback() : bool
Return values
bool

Returns whether link another user is enabled.

public can_link_another_user() : bool
Return values
bool

can_priority()

Returns whether priority is enabled.

public can_priority() : bool
Return values
bool

can_reply_after_request_completion()

Can reply request after completion.

public can_reply_after_request_completion() : bool
Return values
bool

can_select_course()

Returns whether can course selection is enabled.

public can_select_course() : bool
Return values
bool

can_select_user_fields()

Returns whether can select user fields is enabled.

public can_select_user_fields() : bool
Return values
bool

can_sla()

Returns whether SLA is enabled.

public can_sla() : bool
Return values
bool

can_view_responded_internal()

Can view responded_internal.

public can_view_responded_internal() : bool
Return values
bool

get_answered_status()

Return request status answered.

public get_answered_status() : string
Return values
string

get_approved_status()

Return request status approved.

public get_approved_status() : string
Return values
string

get_completed_status()

Return request status completed.

public get_completed_status() : string
Return values
string

get_inreview_status()

Return request status in review.

public get_inreview_status() : string
Return values
string

get_open_status()

Return request status open.

public get_open_status() : string
Return values
string

get_refused_status()

Return request status refused.

public get_refused_status() : string
Return values
string

get_status()

Return request status.

public get_status() : array<string|int, mixed>
Return values
array<string|int, mixed>

get_waiting_status()

Return request status waiting.

public get_waiting_status() : string
Return values
string

required_user_field()

Returns whether required user field is enabled.

public required_user_field() : bool
Return values
bool

        
On this page

Search results