Class AssignWorkflowActivity

Description

The AssignWorkflowActivity is initiated by the Reviewer.

It will be performed if the Reviewer wants to take the Workflow Activity.

  • version: $Id: AssignWorkflowActivity.php,v 1.4 2006/11/26 22:04:00 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
WorkflowActivity
   |
   --AssignWorkflowActivity
Variable Summary
mixed $userID
Method Summary
AssignWorkflowActivity AssignWorkflowActivity ([ $user = ''])
void getDescription ()
void getID ()
void getName ()
void performActivity ( $itemtype,  $itemid,  $languageid)
Variables
mixed $userID = '' (line 51)
Methods
Constructor AssignWorkflowActivity (line 53)
AssignWorkflowActivity AssignWorkflowActivity ([ $user = ''])
  • $user
getDescription (line 71)

Get the Description of this Activity.

void getDescription ()

Redefinition of:
WorkflowActivity::getDescription()
Get the Description of this Activity.
getID (line 63)

Get the ID of this Activity.

void getID ()

Redefinition of:
WorkflowActivity::getID()
Get the ID of this Activity.
getName (line 79)

Get the Name of this Activity.

void getName ()

Redefinition of:
WorkflowActivity::getName()
Get the Name of this Activity.
performActivity (line 84)
void performActivity ( $itemtype,  $itemid,  $languageid)
  • $itemtype
  • $itemid
  • $languageid

Redefinition of:
WorkflowActivity::performActivity()
Perform this Activity on the given Item.

Inherited Methods

Inherited From WorkflowActivity

WorkflowActivity::getDescription()
WorkflowActivity::getID()
WorkflowActivity::getName()
WorkflowActivity::getNextActivities()
WorkflowActivity::performActivity()

Documentation generated by phpDocumentor 1.3.1