Path

ez components / documentation / api reference / trunk / workflow


eZ Components trunk

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: Mon, 21 Dec 2009