This function allows you to determine if the current step is an answer to a request.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
If the return value is an answer the function returns the value true, otherwise false.
Example:
…
if ($this->isAnswer()) {
…
} else {
…
}
…