DocumentCardTimeline
Table of Contents
Methods
-
onCollectRightColumnContent()
: mixed
-
onConductFailureAfterSave()
: mixed
-
onDocumentCreate()
: mixed
-
onDocumentUpdate()
: mixed
onCollectRightColumnContent()
public
static onCollectRightColumnContent(Event $event) : mixed
Parameters
-
$event
: Event
-
onConductFailureAfterSave()
public
static onConductFailureAfterSave(Event $event) : mixed
Parameters
-
$event
: Event
-
onDocumentCreate()
public
static onDocumentCreate(mixed $documentId, mixed $documentFields) : mixed
Parameters
-
$documentId
: mixed
-
-
$documentFields
: mixed
-
onDocumentUpdate()
public
static onDocumentUpdate(mixed $documentId, mixed $updatedFields, mixed $oldFields) : mixed
Parameters
-
$documentId
: mixed
-
-
$updatedFields
: mixed
-
-
$oldFields
: mixed
-