Class PendingReviewActivity

Description

The PendingReviewActivity is initiated by the Author.

It unassigns the current Workflow and sets the "Pending Access Rights" for all User of the configured Review User Group.

  • version: $Id: PendingReviewActivity.php,v 1.3 2006/11/26 22:04:00 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
WorkflowActivity
   |
   --PendingReviewActivity
Method Summary
PendingReviewActivity PendingReviewActivity ( $reviewGroupID)
void getDescription ()
void getID ()
void getName ()
void performActivity ( $itemtype,  $itemid,  $languageid)
Methods
Constructor PendingReviewActivity (line 57)
PendingReviewActivity PendingReviewActivity ( $reviewGroupID)
  • $reviewGroupID
getDescription (line 72)

Get the Description of this Activity.

void getDescription ()

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

Get the ID of this Activity.

void getID ()

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

Get the Name of this Activity.

void getName ()

Redefinition of:
WorkflowActivity::getName()
Get the Name of this Activity.
performActivity (line 85)
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