Skip to content

Commit

Permalink
initial translation in yaf/yaf_plugin_abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolara committed Dec 7, 2024
1 parent 4c45892 commit 65e3c09
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 0 deletions.
88 changes: 88 additions & 0 deletions reference/yaf/yaf_plugin_abstract/dispatchloopshutdown.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 356967704344fa01375a59a99ff856e2abe1400f Maintainer: leonardolara Status: ready -->

<refentry xml:id="yaf-plugin-abstract.dispatchloopshutdown" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Plugin_Abstract::dispatchLoopShutdown</refname>
<refpurpose>dispatchLoopShutdown</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Yaf_Plugin_Abstract::dispatchLoopShutdown</methodname>
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
<methodparam><type>Yaf_Response_Abstract</type><parameter>response</parameter></methodparam>
</methodsynopsis>
<para>
Este é o último gancho no sistema de ganchos de plug-ins
Yaf. Se um plug-in personalizado implementar esse método, ele será chamado após a
conclusão do loop de despacho.
</para>

&warn.undocumented.func;

</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>response</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

</para>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>Yaf_Plugin_Abstract::routerStartup</methodname></member>
<member><methodname>Yaf_Plugin_Abstract::routerShutdown</methodname></member>
<member><methodname>Yaf_Plugin_Abstract::dispatchLoopStartup</methodname></member>
<member><methodname>Yaf_Plugin_Abstract::preDispatch</methodname></member>
<member><methodname>Yaf_Plugin_Abstract::postDispatch</methodname></member>
</simplelist>
</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
-->
73 changes: 73 additions & 0 deletions reference/yaf/yaf_plugin_abstract/dispatchloopstartup.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 6ab98a443e2bca474eda1f04eedfdc93fce6613e Maintainer: leonardolara Status: ready -->

<refentry xml:id="yaf-plugin-abstract.dispatchloopstartup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Plugin_Abstract::dispatchLoopStartup</refname>
<refpurpose>Gancho antes do loop de despacho</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Yaf_Plugin_Abstract::dispatchLoopStartup</methodname>
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
<methodparam><type>Yaf_Response_Abstract</type><parameter>response</parameter></methodparam>
</methodsynopsis>
<para>

</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>response</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

</para>
</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
-->
76 changes: 76 additions & 0 deletions reference/yaf/yaf_plugin_abstract/postdispatch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1f71c647dd6e32a7e4f03c33bac449c69ed2135b Maintainer: leonardolara Status: ready -->

<refentry xml:id="yaf-plugin-abstract.postdispatch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Plugin_Abstract::postDispatch</refname>
<refpurpose>postDispatch</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Yaf_Plugin_Abstract::postDispatch</methodname>
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
<methodparam><type>Yaf_Response_Abstract</type><parameter>response</parameter></methodparam>
</methodsynopsis>
<para>

</para>

&warn.undocumented.func;

</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>response</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

</para>
</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
-->
76 changes: 76 additions & 0 deletions reference/yaf/yaf_plugin_abstract/predispatch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1f71c647dd6e32a7e4f03c33bac449c69ed2135b Maintainer: leonardolara Status: ready -->

<refentry xml:id="yaf-plugin-abstract.predispatch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Plugin_Abstract::preDispatch</refname>
<refpurpose>preDispatch</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Yaf_Plugin_Abstract::preDispatch</methodname>
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
<methodparam><type>Yaf_Response_Abstract</type><parameter>response</parameter></methodparam>
</methodsynopsis>
<para>

</para>

&warn.undocumented.func;

</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>response</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

</para>
</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
-->
76 changes: 76 additions & 0 deletions reference/yaf/yaf_plugin_abstract/preresponse.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1f71c647dd6e32a7e4f03c33bac449c69ed2135b Maintainer: leonardolara Status: ready -->

<refentry xml:id="yaf-plugin-abstract.preresponse" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Plugin_Abstract::preResponse</refname>
<refpurpose>preResponse</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>Yaf_Plugin_Abstract::preResponse</methodname>
<methodparam><type>Yaf_Request_Abstract</type><parameter>request</parameter></methodparam>
<methodparam><type>Yaf_Response_Abstract</type><parameter>response</parameter></methodparam>
</methodsynopsis>
<para>

</para>

&warn.undocumented.func;

</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>request</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>response</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

</para>
</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
-->
Loading

0 comments on commit 65e3c09

Please sign in to comment.