Documentation

SeedDMS_Core_Workflow_Transition_User
in package

Class to represent a user allowed to trigger a workflow transition

Tags
category

DMS

author

Markus Westphal, Malcolm Cowe, Uwe Steinmann uwe@steinmann.cx

copyright

Copyright (C) 2012-2024 Uwe Steinmann

version

Release: @package_version@

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
access

protected

$_transition

public object $_transition

reference to the transtion this user belongs to

Tags
access

protected

$_user

public object $_user

user allowed to trigger a transition

Tags
access

protected

Methods

__construct()

SeedDMS_Core_Workflow_Transition_User constructor.

public __construct( $id,  $transition,  $user) : mixed
Parameters
$id :
$transition :
$user :

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


        
On this page

Search results