Perforce Chronicle 2012.2/486814
API Documentation
|
A sample workflow action that does nothing. More...
Public Member Functions | |
invoke (Workflow_Model_Transition $transition, P4Cms_Record $record) | |
Invoke this action for the given transition and record. |
A sample workflow action that does nothing.
Workflow_Workflow_Action_Noop::invoke | ( | Workflow_Model_Transition $ | transition, |
P4Cms_Record $ | record | ||
) |
Invoke this action for the given transition and record.
Workflow_Model_Transition | $transition | transition to invoke this action for. |
P4Cms_Record | $record | record to invoke this action for. |
Implements Workflow_ActionInterface.
{
return $this;
}