Perforce Chronicle 2012.2/486814
API Documentation

Workflow_Workflow_Condition_False Class Reference

A sample workflow condition that always evaluates to false. More...

Inheritance diagram for Workflow_Workflow_Condition_False:
Workflow_ConditionAbstract Workflow_PluginAbstract Workflow_ConditionInterface

List of all members.

Protected Member Functions

 _evaluate (Workflow_Model_Transition $transition, P4Cms_Record $record, array $pending=null)
 Always return false.

Detailed Description

A sample workflow condition that always evaluates to false.

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_Condition_False::_evaluate ( Workflow_Model_Transition transition,
P4Cms_Record record,
array $  pending = null 
) [protected]

Always return false.

Parameters:
Workflow_Model_Transition$transitiontransition to evaluate this condition for.
P4Cms_Record$recordrecord to evaluate this condition for.
array | null$pendingoptional - updated values to consider.
Returns:
bool false no matter what.

Reimplemented from Workflow_ConditionAbstract.

    {
        return false;
    }

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