CakeFest 2024: The Official CakePHP Conference

parallel\Events\Input::add

(0.9.0)

parallel\Events\Input::addInputs

Beschreibung

public parallel\Events\Input::add(string $target, mixed $value): void

Shall set input for the given target

Exceptions

Warnung

Shall throw parallel\Events\Input\Error\Existence if input for target already exists.

Warnung

Shall throw parallel\Events\Input\Error\IllegalValue if value is illegal (Objekt, null).

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top