Perforce Chronicle 2012.2/486814
API Documentation

Workflow_Workflow_Action_Noop Class Reference

A sample workflow action that does nothing. More...

Inheritance diagram for Workflow_Workflow_Action_Noop:
Workflow_ActionAbstract Workflow_PluginAbstract Workflow_ActionInterface

List of all members.

Public Member Functions

 invoke (Workflow_Model_Transition $transition, P4Cms_Record $record)
 Invoke this action for the given transition and record.

Detailed Description

A sample workflow action that does nothing.

Copyright:
2011-2012 Perforce Software. All rights reserved
License:
Please see LICENSE.txt in top-level folder of this distribution.
Version:
2012.2/486814

Member Function Documentation

Workflow_Workflow_Action_Noop::invoke ( Workflow_Model_Transition transition,
P4Cms_Record record 
)

Invoke this action for the given transition and record.

Parameters:
Workflow_Model_Transition$transitiontransition to invoke this action for.
P4Cms_Record$recordrecord to invoke this action for.
Returns:
Workflow_ActionInterface provides fluent interface.

Implements Workflow_ActionInterface.

    {
        return $this;
    }

The documentation for this class was generated from the following file: