Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcWorkflowConditionOr

Workflow::ezcWorkflowConditionOr

Class ezcWorkflowConditionOr

Boolean OR.

An object of the ezcWorkflowConditionOr class represents a boolean OR expression. It can hold an arbitrary number of ezcWorkflowCondition objects.

  1.  <?php
  2.  $or = new ezcWorkflowConditionOr( array ( $condition , ... ) );
  3.  ?>

Source for this file: /Workflow/src/conditions/or.php

ezcWorkflowConditionBooleanSet
   |
   --ezcWorkflowConditionOr
Version:   //autogen//

Member Variables

protected string $concatenation = '||'
Textual representation of the concatenation.

Inherited Member Variables

From ezcWorkflowConditionBooleanSet
protected ezcWorkflowConditionBooleanSet::$conditions

Inherited Methods

From ezcWorkflowConditionBooleanSet
public ezcWorkflowConditionBooleanSet ezcWorkflowConditionBooleanSet::__construct()
Constructs a new boolean set with the conditions $conditions.
Documentation generated by phpDocumentor 1.4.3