PHP Class ComparisonOperation

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

__construct() public méthode

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

__toString() public méthode

public __toString ( )

getLeftOperand() public méthode

Returns the left operand
public getLeftOperand ( ) : mix
Résultat mix

getOperator() public méthode

Returns the operator
public getOperator ( ) : object
Résultat object of type Operator

getRightOperand() public méthode

Returns the right operand
public getRightOperand ( ) : mix
Résultat mix