Fixed method descriptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243710 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2007-10-06 15:46:51 +00:00
parent 8dfd94cd65
commit 1216f064fa
3 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-hasnextimage">
<refnamediv>
<refname>Imagick::hasNextImage</refname>
@ -28,7 +28,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns true if the wand has more images when traversing the list in the
Returns true if the object has more images when traversing the list in the
forward direction, throwing ImagickException on error.
</para>
</refsect1>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-haspreviousimage">
<refnamediv>
<refname>Imagick::hasPreviousImage</refname>
<refpurpose>Checks if the wand has a previous image</refpurpose>
<refpurpose>Checks if the object has a previous image</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -15,7 +15,7 @@
&warn.undocumented.func;
&warn.experimental.func;
<para>
Returns true if the wand has more images when traversing the list in the reverse direction
Returns true if the object has more images when traversing the list in the reverse direction
</para>
</refsect1>
@ -28,7 +28,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns true if the wand has more images when traversing the list in the
Returns true if the object has more images when traversing the list in the
reverse direction, throwing ImagickException on failure.
</para>
</refsect1>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagickpixeliterator-getcurrentiteratorrow">
<refnamediv>
<refname>ImagickPixelIterator::getCurrentIteratorRow</refname>
<refpurpose>Returns the current row of PixelWands</refpurpose>
<refpurpose>Returns the current row of ImagickPixel objects</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -15,7 +15,7 @@
&warn.undocumented.func;
&warn.experimental.func;
<para>
Returns the current row as an array of pixel wands from the pixel iterator.
Returns the current row as an array of ImagickPixel objects from the pixel iterator.
</para>
</refsect1>
@ -28,7 +28,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a row as an array of PixelWands that can themselves be iterated.
Returns a row as an array of ImagickPixel objects that can themselves be iterated.
</para>
</refsect1>