1
0
mirror of https://github.com/php/doc-uk.git synced 2026-03-23 22:52:14 +01:00
Files
archived-doc-uk/reference/parallel/parallel/input/add.xml

59 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 5d927c376e2d53433ff435eea53e546b51d9834b Maintainer: mproshchuk Status: ready -->
<refentry xml:id="parallel-events-input.add" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>parallel\Events\Input::add</refname>
<refpurpose>Вхідні дані</refpurpose>
</refnamediv>
<refsect1 role="description" audience="adding">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>parallel\Events\Input::add</methodname>
<methodparam><type>string</type><parameter>target</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
Задає вхідні дані для обраної цілі.
</para>
</refsect1>
<refsect1 role="exceptions">
<title>Виключення</title>
<warning>
<para>
Кидає <type>parallel\Events\Input\Error\Existence</type>, якщо вхідні дані
для цілі вже задано.
</para>
</warning>
<warning>
<para>
Кидає <type>parallel\Events\Input\Error\IllegalValue</type>, якщо значення
неправильне (&object;, &null;).
</para>
</warning>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->