getType() public method

Returns the type of this composite expression (AND/OR).
public getType ( ) : string
return string
Beispiel #1
0
 /**
  * Returns the type of this composite expression (AND/OR).
  *
  * @return string
  */
 public function getType()
 {
     return $this->compositeExpression->getType();
 }