Path

ez components / documentation / api reference / 2009.2.1 / workflow


eZ Components 2009.2.1

Workflow: ezcWorkflowConditionNot

[ Tutorial ] [ Theoretical background ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWorkflowConditionNot

Boolean NOT. [source]

Implemented Interfaces

An object of the ezcWorkflowConditionNot decorates an ezcWorkflowCondition object and negates its expression.
 1.  <?php
 2.  $notNondition new ezcWorkflowConditionNot$condition ;
 3.  ?>

Member Variables

protected ezcWorkflowCondition $condition
Holds the expression to negate.

Method Summary

public ezcWorkflowConditionNot __construct( $condition )
Constructs a new not condition on $condition.

Methods

__construct

ezcWorkflowConditionNot __construct( ezcWorkflowCondition $condition )
Constructs a new not condition on $condition.

Parameters

Name Type Description
$condition ezcWorkflowCondition  

Last updated: Tue, 23 Mar 2010