Sets the operation for this form.
string $operation: The name of the current operation.
public function setOperation($operation) { // If NULL is passed, do not overwrite the operation. if ($operation) { $this->operation = $operation; } }