Class: TerminatingActivity

Source Location: /CORE/system/classes/workflow/TerminatingActivity.php

Class TerminatingActivity

Class Overview

The TerminatingActivity deletes a Future Language Version.

Located in /CORE/system/classes/workflow/TerminatingActivity.php [line 45]

WorkflowActivity
   |
   --TerminatingActivity
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: TerminatingActivity.php,v 1.3 2006/11/26 22:04:00 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WorkflowActivity

WorkflowActivity::getDescription()
Get the Description of this Activity.
WorkflowActivity::getID()
Get the ID of this Activity.
WorkflowActivity::getName()
Get the Name of this Activity.
WorkflowActivity::getNextActivities()
WorkflowActivity::performActivity()
Perform this Activity on the given Item.

[ Top ]
Method Summary
void   getDescription()   Get the Description of this Activity.
void   getID()   Get the ID of this Activity.
void   getName()   Get the Name of this Activity.
void   performActivity()   Deletes the Future Language Version.

[ Top ]
Methods
getDescription  [line 58]

  void getDescription( )

Get the Description of this Activity.



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

[ Top ]
getID  [line 50]

  void getID( )

Get the ID of this Activity.



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

[ Top ]
getName  [line 66]

  void getName( )

Get the Name of this Activity.



Redefinition of:
WorkflowActivity::getName()
Get the Name of this Activity.

[ Top ]
performActivity  [line 74]

  void performActivity( $itemtype, $itemid, $languageid  )

Deletes the Future Language Version.

Parameters:
   $itemtype: 
   $itemid: 
   $languageid: 


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

[ Top ]