Documentation

SeedDMS_Core_Workflow_Transition_Group
in package

Class to represent a group 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
$_group  : object
$_id  : int
$_numOfUsers  : int
$_transition  : object

Methods

__construct()  : mixed
SeedDMS_Core_Workflow_Transition_Group constructor.
getGroup()  : object
Get the group whose user are allowed to trigger the transition
getNumOfUsers()  : int
Returns the number of users of this group needed to trigger the transition
getTransition()  : object
Get the transtion itself
setDMS()  : mixed

Properties

$_dms

public object $_dms

reference to the dms instance this attribute belongs to

Tags
access

protected

$_numOfUsers

public int $_numOfUsers

number of users how must trigger the transition

Tags
access

protected

$_transition

public object $_transition

reference to the transtion this group belongs to

Tags
access

protected

Methods

__construct()

SeedDMS_Core_Workflow_Transition_Group constructor.

public __construct( $id,  $transition,  $group,  $numOfUsers) : mixed
Parameters
$id :
$transition :
$group :
$numOfUsers :

getGroup()

Get the group whose user are allowed to trigger the transition

public getGroup() : object
Return values
object

group

getNumOfUsers()

Returns the number of users of this group needed to trigger the transition

public getNumOfUsers() : int
Return values
int

number of users

getTransition()

Get the transtion itself

public getTransition() : object
Return values
object

group


        
On this page

Search results