PHP 클래스 ezcWorkflowConditionAnd, Workflow

An object of the ezcWorkflowConditionAnd class represents a boolean AND expression. It can hold an arbitrary number of ezcWorkflowCondition objects.
상속: extends ezcWorkflowConditionBooleanSet
파일 보기 프로젝트 열기: zetacomponents/workflow 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$concatenation string Textual representation of the concatenation.

공개 메소드들

메소드 설명
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if the condition holds and false otherwise.

메소드 상세

evaluate() 공개 메소드

Evaluates this condition with $value and returns true if the condition holds and false otherwise.
public evaluate ( mixed $value ) : boolean
$value mixed
리턴 boolean true when the condition holds, false otherwise.

프로퍼티 상세

$concatenation 보호되어 있는 프로퍼티

Textual representation of the concatenation.
protected string $concatenation
리턴 string