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