Exemplo n.º 1
0
 /**
  * Does the if and the comparson match?
  * @uses GVCommon::matches_operation
  *
  * @return boolean True: yep; false: nope
  */
 function set_is_match()
 {
     $this->is_match = GVCommon::matches_operation($this->if, $this->comparison, $this->operation);
 }