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