Skip to content

Commit

Permalink
Update part of SPL
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Dec 10, 2024
1 parent 130a6cf commit 325b989
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 106 deletions.
13 changes: 5 additions & 8 deletions reference/spl/book.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e579f9c9383e9dbc293343287086e988c17d0321 Maintainer: chuso Status: ready -->
<!-- EN-Revision: 487afb09014843c0911daf7c7c962c3dd4a2c610 Maintainer: chuso Status: ready -->
<!-- Reviewed: yes Maintainer: seros -->

<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="core" ?>
<title>SPL - Biblioteca estándar de PHP</title>
<titleabbrev>SPL</titleabbrev>

<preface xml:id="intro.spl">
&reftitle.intro;
<para>
La Biblioteca Estándar de PHP (SPL por las siglas de Standard PHP Library en inglés) es una colección de interfaces y clases
pensadas para solucionar problemas comunes.
pensadas para solucionar problemas comunes.
</para>
<para>
SPL proporciona un conjunto de estructuras de datos estándar, un conjunto de iteradores para recorrer objetos, un conjunto de interfaces, un conjunto de excepciones estándar, varias clases para trabajar con ficheros, y un conjunto de funciones como <function>spl_autoload_register</function>
</para>
</preface>

&reference.spl.setup;
&reference.spl.constants;

&reference.spl.datastructures;
&reference.spl.iterators;
&reference.spl.interfaces;
&reference.spl.exceptions;
&reference.spl.reference;
&reference.spl.files;
&reference.spl.miscellaneous;

<!-- TODO: Not documented
&reference.spl.splfixedarray;
&reference.spl.splobjectstorage;
Expand Down
28 changes: 0 additions & 28 deletions reference/spl/constants.xml

This file was deleted.

6 changes: 2 additions & 4 deletions reference/spl/interfaces.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: yago Status: ready -->
<!-- EN-Revision: 267a3d4e60d8a6da941e72d195386b5841052cca Maintainer: yago Status: ready -->
<!-- Reviewed: yes -->

<part xml:id="spl.interfaces" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Expand All @@ -12,7 +12,6 @@
<section xml:id="spl.interfaces.list">
&spl.interfaces.list;
<simplelist>
<member><classname>Countable</classname></member>
<member><classname>OuterIterator</classname></member>
<member><classname>RecursiveIterator</classname></member>
<member><classname>SeekableIterator</classname></member>
Expand All @@ -23,7 +22,6 @@

</partintro>

&reference.spl.countable;
&reference.spl.outeriterator;
&reference.spl.recursiveiterator;
&reference.spl.seekableiterator;
Expand Down
66 changes: 0 additions & 66 deletions reference/spl/setup.xml

This file was deleted.

0 comments on commit 325b989

Please sign in to comment.