mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3c82b5b1ed
commit
b826063685
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue