Remove () from methodname tag.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301651 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-07-28 12:06:05 +00:00
parent 3c82b5b1ed
commit b826063685
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
&reftitle.intro;
<para>
This abstract iterator filters out unwanted values. This class should be extended to
implement custom iterator filters. The <methodname>FilterIterator::accept()</methodname>
implement custom iterator filters. The <methodname>FilterIterator::accept</methodname>
must be implemented in the subclass.
</para>
</section>

View file

@ -14,7 +14,7 @@
<para>
This abstract iterator filters out unwanted values for a <classname>RecursiveIterator</classname>.
This class should be extended to implement custom filters.
The <methodname>RecursiveFilterIterator::accept()</methodname> must be implemented in the subclass.
The <methodname>RecursiveFilterIterator::accept</methodname> must be implemented in the subclass.
</para>
</section>
<!-- }}} -->