Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions reference/soap/book.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: mch Status: ready -->
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: mch Status: ready -->
<!-- Reviewed: no -->

<book xml:id="book.soap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -19,7 +19,6 @@

&reference.soap.setup;
&reference.soap.constants;
<!-- &reference.soap.examples; -->
&reference.soap.reference;

&reference.soap.soapclient;
Expand All @@ -29,6 +28,8 @@
&reference.soap.soapparam;
&reference.soap.soapvar;

&reference.soap.soap.sdl;
&reference.soap.soap.url;

</book>
<!-- Keep this comment at the end of the file
Expand Down
60 changes: 60 additions & 0 deletions reference/soap/soap.sdl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-sdl" role="class">
<title>Класс Soap\Sdl</title>
<titleabbrev>Soap\Sdl</titleabbrev>

<partintro>

<!-- {{{ Soap\Sdl intro -->
<section xml:id="soap-sdl.intro">
&reftitle.intro;
<simpara>
Полностью непрозрачный класс, заменяющий ресурс
<literal>soap_sdl</literal> в PHP 8.4.0.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-sdl.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Sdl</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</reference>
<!-- 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
-->
60 changes: 60 additions & 0 deletions reference/soap/soap.url.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: lacatoire Status: ready -->
<!-- Reviewed: no -->
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-url" role="class">
<title>Класс Soap\Url</title>
<titleabbrev>Soap\Url</titleabbrev>

<partintro>

<!-- {{{ Soap\Url intro -->
<section xml:id="soap-url.intro">
&reftitle.intro;
<simpara>
Полностью непрозрачный класс, заменяющий ресурс
<literal>soap_url</literal> в PHP 8.4.0.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-url.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Url</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</reference>
<!-- 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
-->
6 changes: 3 additions & 3 deletions reference/soap/soapclient.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c0e48705eb88453af785e0e4a6cbd526085dfe3a Maintainer: mch Status: ready -->
<!-- EN-Revision: 89205c88a79fcaad39fd043ed5ef695cd7bf813e Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.soapclient" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -66,7 +66,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Sdl</type><type>null</type></type>
<varname linkend="soapclient.props.sdl">sdl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand All @@ -84,7 +84,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Url</type><type>null</type></type>
<varname linkend="soapclient.props.httpurl">httpurl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand Down