PHP 클래스 ComparisonOperation

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mix $p_leftOperand, $p_operator, mix $p_rightOperand ) constructor
__toString ( )
getLeftOperand ( ) : mix Returns the left operand
getOperator ( ) : object Returns the operator
getRightOperand ( ) : mix Returns the right operand

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( mix $p_leftOperand, $p_operator, mix $p_rightOperand )
$p_leftOperand mix
$p_rightOperand mix

__toString() 공개 메소드

public __toString ( )

getLeftOperand() 공개 메소드

Returns the left operand
public getLeftOperand ( ) : mix
리턴 mix

getOperator() 공개 메소드

Returns the operator
public getOperator ( ) : object
리턴 object of type Operator

getRightOperand() 공개 메소드

Returns the right operand
public getRightOperand ( ) : mix
리턴 mix