Implements QueryConditionInterface::arguments().
Overrides QueryConditionInterface::arguments
public function arguments() {
// If the caller forgot to call compile() first, refuse to run.
if ($this->changed) {
return NULL;
}
return $this->arguments;
}