SeedDMS_Core_Workflow_Log
in package
Class to represent a group allowed to trigger a workflow transition
Tags
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
$_comment
public
string
$_comment
comment
Tags
$_date
public
string
$_date
date
Tags
$_dms
public
object
$_dms
reference to the dms instance this attribute belongs to
Tags
$_document
public
object
$_document
document this log entry belongs to
Tags
$_id
public
int
$_id
id of workflow log
Tags
$_transition
public
object
$_transition
transition
Tags
$_user
public
object
$_user
user initiating this log entry
Tags
$_version
public
int
$_version
version of document this log entry belongs to
Tags
$_workflow
public
object
$_workflow
workflow
Tags
Methods
__construct()
SeedDMS_Core_Workflow_Log constructor.
public
__construct( $id, $document, $version, $workflow, $user, $transition, $date, $comment) : mixed
Parameters
getComment()
public
getComment() : string
Return values
stringgetDate()
public
getDate() : string
Return values
stringgetTransition()
public
getTransition() : object
Return values
objectgetUser()
public
getUser() : object
Return values
objectgetWorkflow()
public
getWorkflow() : object
Return values
objectsetDMS()
public
setDMS( $dms) : mixed