Method | Description | |
---|---|---|
__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 |
public __construct ( mix $p_leftOperand, $p_operator, mix $p_rightOperand ) | ||
$p_leftOperand | mix | |
$p_rightOperand | mix |
public getOperator ( ) : object | ||
return | object | of type Operator |
public getRightOperand ( ) : mix | ||
return | mix |