parallel\Events\Input::add

Inputs

説明

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

Shall set input for the given target

Exceptions

警告

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

警告

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