예제 #1
0
 /**
  * Fills an array with the names of all bound variables in the constraints
  *
  * @param array &$boundVariables
  * @return void
  */
 public function collectBoundVariableNames(&$boundVariables)
 {
     $this->constraint1->collectBoundVariablenames($boundVariables);
     $this->constraint2->collectBoundVariablenames($boundVariables);
 }