tasks/system/condition/AndCondition.php

Show: inherited
Table of Contents

<and> condition container.

Iterates over all conditions and returns false as soon as one evaluates to false.

Author
Hans Lellelid  
Author
Andreas Aderhold  
Copyright
© 2001,2002 THYRELL. All rights reserved  
Package
phing.tasks.system.condition  
Version
$Revision: 526 $  

\AndCondition

Package: phing\tasks\system\condition

<and> condition container.

Iterates over all conditions and returns false as soon as one evaluates to false.

Implements
\Condition
Parent(s)
\ConditionBase < \ProjectComponent
Author
Hans Lellelid  
Author
Andreas Aderhold  
Copyright
© 2001,2002 THYRELL. All rights reserved  
Version
$Revision: 526 $  

Properties

Propertypublic  $conditions= 'array()'
inheritedInherited from: \ConditionBase::$$conditions
Default valuearray()Details
Type
n/a
Inherited_from
\ConditionBase::$$conditions  

Methods

methodpublicaddAvailable(  $a ) : void
inherited

Inherited from: \ConditionBase::addAvailable()
Parameters
Name Type Description
$a
methodpubliccountConditions( ) : void
inherited

Inherited from: \ConditionBase::countConditions()
methodpubliccreateAnd( ) : \AndCondition
inherited

Inherited from: \ConditionBase::createAnd()
Returns
Type Description
\AndCondition
methodpubliccreateContains( ) : \ContainsCondition
inherited

Inherited from: \ConditionBase::createContains()
Returns
Type Description
\ContainsCondition
methodpubliccreateEquals( ) : \EqualsCondition
inherited

Inherited from: \ConditionBase::createEquals()
Returns
Type Description
\EqualsCondition
methodpubliccreateIsFalse( ) : \IsFalseCondition
inherited

Inherited from: \ConditionBase::createIsFalse()
Returns
Type Description
\IsFalseCondition
methodpubliccreateIsSet( ) : \IsSetCondition
inherited

Inherited from: \ConditionBase::createIsSet()
Returns
Type Description
\IsSetCondition
methodpubliccreateIsTrue( ) : \IsTrueCondition
inherited

Inherited from: \ConditionBase::createIsTrue()
Returns
Type Description
\IsTrueCondition
methodpubliccreateNot( ) : \NotCondition
inherited

Inherited from: \ConditionBase::createNot()
Returns
Type Description
\NotCondition
methodpubliccreateOr( ) : \OrCondition
inherited

Inherited from: \ConditionBase::createOr()
Returns
Type Description
\OrCondition
methodpubliccreateOs( ) : \OsCondition
inherited

Inherited from: \ConditionBase::createOs()
Returns
Type Description
\OsCondition
methodpubliccreateReferenceExists( ) : \ReferenceExistsCondition
inherited

Inherited from: \ConditionBase::createReferenceExists()
Returns
Type Description
\ReferenceExistsCondition
methodpublicevaluate( ) : boolean

Returns
Type Description
boolean
Throws
Exception Description
\BuildException
methodpublicgetConditions( ) : void
inherited

Inherited from: \ConditionBase::getConditions()
methodpublicgetIterator( ) : void
inherited

Required for IteratorAggregate

Inherited from: \ConditionBase::getIterator()
methodpublicgetProject( ) : void
methodpubliclog( ) : void
methodpublicsetProject( ) : void
Documentation was generated by DocBlox 0.17.1.