SeedDMS_Core_Workflow_Transition_User
in package
Class to represent a user allowed to trigger a workflow transition
Tags
Table of Contents
Properties
- $_dms : object
- $_id : int
- $_transition : object
- $_user : object
Methods
- __construct() : mixed
- SeedDMS_Core_Workflow_Transition_User constructor.
- getTransition() : object
- Get the transtion itself
- getUser() : object
- Get the user who is allowed to trigger the transition
- setDMS() : mixed
Properties
$_dms
public
object
$_dms
reference to the dms instance this attribute belongs to _Core_Workflow_Transition_Group
Tags
$_id
public
int
$_id
id of workflow transition
Tags
$_transition
public
object
$_transition
reference to the transtion this user belongs to
Tags
$_user
public
object
$_user
user allowed to trigger a transition
Tags
Methods
__construct()
SeedDMS_Core_Workflow_Transition_User constructor.
public
__construct( $id, $transition, $user) : mixed
Parameters
getTransition()
Get the transtion itself
public
getTransition() : object
Return values
object —group
getUser()
Get the user who is allowed to trigger the transition
public
getUser() : object
Return values
object —user
setDMS()
public
setDMS( $dms) : mixed