SimulatedInterface
interface SimulatedInterface implements TaskInterface (View source)
Task that implements this interface can be injected as a parameter for other task.
This task can be represented as executable command.
Methods
simulate(null|array $context)
Called in place of run()
for simulated tasks.
Details
Result
run()
No description
simulate(null|array $context)
Called in place of run()
for simulated tasks.