Mention that method modifier semantics are no longer applicable

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342433 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Punt 2017-04-27 15:39:41 +00:00
parent 8cb8b58843
commit 32fb673491

View file

@ -4,6 +4,11 @@
<chapter xml:id="pthreads.modifiers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Method Modifiers</title>
<titleabbrev>Modifiers</titleabbrev>
<warning>
<para>
These semantics are only applicable to pthreads v2 - they have been removed in pthreads v3.
</para>
</warning>
<para>
pthreads overrides the functionality of the protected and private method modifiers in order to provide functionality more suited to multi-threaded objects.
pthreads applies this functionality to all Threaded objects from creation.