parallel\Events\Input::remove

(0.9.0)

parallel\Events\Input::removeInputs

Description

publicparallel\Events\Input::remove(string$target): void

Shall remove input for the given target

Exceptions

Warning

Shall throw parallel\Events\Input\Error\Existence if input for target does not exist.

To Top