Documentation

SeedDMS_Core_Workflow_Log
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

$_comment  : string
$_date  : string
$_dms  : object
$_document  : object
$_id  : int
$_transition  : object
$_user  : object
$_version  : int
$_workflow  : object

Methods

__construct()  : mixed
SeedDMS_Core_Workflow_Log constructor.
getComment()  : string
getDate()  : string
getTransition()  : object
getUser()  : object
getWorkflow()  : object
setDMS()  : mixed

Properties

$_dms

public object $_dms

reference to the dms instance this attribute belongs to

Tags
access

protected

$_document

public object $_document

document this log entry belongs to

Tags
access

protected

$_user

public object $_user

user initiating this log entry

Tags
access

protected

$_version

public int $_version

version of document this log entry belongs to

Tags
access

protected

Methods

__construct()

SeedDMS_Core_Workflow_Log constructor.

public __construct( $id,  $document,  $version,  $workflow,  $user,  $transition,  $date,  $comment) : mixed
Parameters
$id :
$document :
$version :
$workflow :
$user :
$transition :
$date :
$comment :

        
On this page

Search results